|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpAsyncRequestHandlerMapper | |
|---|---|
| org.apache.http.impl.nio.bootstrap | Embedded non-blocking server and server bootstrap. |
| org.apache.http.nio.protocol | Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. |
| Uses of HttpAsyncRequestHandlerMapper in org.apache.http.impl.nio.bootstrap |
|---|
| Methods in org.apache.http.impl.nio.bootstrap with parameters of type HttpAsyncRequestHandlerMapper | |
|---|---|
ServerBootstrap |
ServerBootstrap.setHandlerMapper(HttpAsyncRequestHandlerMapper handlerMapper)
Assigns HttpAsyncRequestHandlerMapper instance. |
| 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. |
| Methods in org.apache.http.nio.protocol that return HttpAsyncRequestHandlerMapper | |
|---|---|
HttpAsyncRequestHandlerMapper |
HttpAsyncService.getHandlerMapper()
Gets the HttpAsyncRequestHandlerMapper for this service. |
| 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,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpAsyncRequestHandlerMapper handlerMapper,
HttpAsyncExpectationVerifier expectationVerifier,
ExceptionLogger exceptionLogger)
Creates new instance of HttpAsyncServerProtocolHandler. |
|
HttpAsyncService(HttpProcessor httpProcessor,
HttpAsyncRequestHandlerMapper handlerMapper)
Creates new instance of HttpAsyncServerProtocolHandler. |
|
HttpAsyncService(HttpProcessor httpProcessor,
HttpAsyncRequestHandlerMapper handlerMapper,
ExceptionLogger exceptionLogger)
Creates new instance of HttpAsyncServerProtocolHandler. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||