Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private HttpAsyncRequestHandlerMapper |
ServerBootstrap.handlerMapper |
Modifier and Type | Method and Description |
---|---|
ServerBootstrap |
ServerBootstrap.setHandlerMapper(HttpAsyncRequestHandlerMapper handlerMapper)
Assigns
HttpAsyncRequestHandlerMapper instance. |
Modifier and Type | Class and Description |
---|---|
private static class |
HttpAsyncService.HttpAsyncRequestHandlerResolverAdapter
Deprecated.
|
class |
UriHttpAsyncRequestHandlerMapper
Maintains a map of HTTP request handlers keyed by a request URI pattern.
|
Modifier and Type | Field and Description |
---|---|
private HttpAsyncRequestHandlerMapper |
HttpAsyncService.handlerMapper |
Modifier and Type | Method and Description |
---|---|
HttpAsyncRequestHandlerMapper |
HttpAsyncService.getHandlerMapper()
Gets the HttpAsyncRequestHandlerMapper for this service.
|
Constructor and Description |
---|
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 . |