|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpRequestHandlerMapper | |
---|---|
org.apache.http.protocol | HTTP protocol execution framework and synchronous HTTP protocol handlers based on the blocking I/O model. |
Uses of HttpRequestHandlerMapper in org.apache.http.protocol |
---|
Classes in org.apache.http.protocol that implement HttpRequestHandlerMapper | |
---|---|
class |
UriHttpRequestHandlerMapper
Maintains a map of HTTP request handlers keyed by a request URI pattern. |
Constructors in org.apache.http.protocol with parameters of type HttpRequestHandlerMapper | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |