Uses of Interface
org.apache.http.protocol.HttpRequestHandlerMapper
-
Packages that use HttpRequestHandlerMapper Package Description org.apache.http.impl.bootstrap Embedded server and server bootstrap.org.apache.http.protocol Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. -
-
Uses of HttpRequestHandlerMapper in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap declared as HttpRequestHandlerMapper Modifier and Type Field Description private HttpRequestHandlerMapper
ServerBootstrap. handlerMapper
Methods in org.apache.http.impl.bootstrap with parameters of type HttpRequestHandlerMapper Modifier and Type Method Description ServerBootstrap
ServerBootstrap. setHandlerMapper(HttpRequestHandlerMapper handlerMapper)
AssignsHttpRequestHandlerMapper
instance. -
Uses of HttpRequestHandlerMapper in org.apache.http.protocol
Classes in org.apache.http.protocol that implement HttpRequestHandlerMapper Modifier and Type Class Description private static class
HttpService.HttpRequestHandlerResolverAdapter
Deprecated.Do not use.class
UriHttpRequestHandlerMapper
Maintains a map of HTTP request handlers keyed by a request URI pattern.Fields in org.apache.http.protocol declared as HttpRequestHandlerMapper Modifier and Type Field Description private HttpRequestHandlerMapper
HttpService. handlerMapper
Constructors in org.apache.http.protocol with parameters of type HttpRequestHandlerMapper Constructor Description HttpService(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpRequestHandlerMapper handlerMapper)
Create a new HTTP service.HttpService(HttpProcessor processor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpRequestHandlerMapper handlerMapper, HttpExpectationVerifier expectationVerifier)
Create a new HTTP service.HttpService(HttpProcessor processor, HttpRequestHandlerMapper handlerMapper)
Create a new HTTP service.
-