Class RequestHandlerRegistry<T>

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

@Contract(threading=SAFE_CONDITIONAL) public class RequestHandlerRegistry<T> extends Object implements HttpRequestMapper<T>
Generic registry of request handlers that can be resolved by properties of request messages.
Since:
5.0