Class RequestRouter<T>

java.lang.Object
org.apache.hc.core5.http.impl.routing.RequestRouter<T>
Type Parameters:
T - request handler type.
All Implemented Interfaces:
HttpRequestMapper<T>

@Contract(threading=IMMUTABLE) public class RequestRouter<T> extends Object implements HttpRequestMapper<T>
Request mapper that can route requests based on their properties to a specific request handler.
Since:
5.3