|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpAsyncRequestHandlerMapper | |
---|---|
org.apache.http.nio.protocol | Asynchronous HTTP protocol handlers based on the non-blocking I/O model. |
Uses of HttpAsyncRequestHandlerMapper in org.apache.http.nio.protocol |
---|
Classes in org.apache.http.nio.protocol that implement HttpAsyncRequestHandlerMapper | |
---|---|
class |
UriHttpAsyncRequestHandlerMapper
Maintains a map of HTTP request handlers keyed by a request URI pattern. |
Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestHandlerMapper | |
---|---|
HttpAsyncService(HttpProcessor httpProcessor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpAsyncRequestHandlerMapper handlerMapper,
HttpAsyncExpectationVerifier expectationVerifier)
Creates new instance of HttpAsyncServerProtocolHandler. |
|
HttpAsyncService(HttpProcessor httpProcessor,
HttpAsyncRequestHandlerMapper handlerMapper)
Creates new instance of HttpAsyncServerProtocolHandler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |