Package | Description |
---|---|
org.apache.http.nio.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsyncRequestConsumer<T>
Abstract
HttpAsyncRequestConsumer implementation that relieves its
subclasses from having to manage internal state and provides a number of protected
event methods that they need to implement. |
class |
BasicAsyncRequestConsumer
Basic implementation of
HttpAsyncRequestConsumer . |
(package private) class |
NullRequestConsumer |
Modifier and Type | Field and Description |
---|---|
private HttpAsyncRequestConsumer<java.lang.Object> |
HttpAsyncService.Incoming.consumer |
Modifier and Type | Method and Description |
---|---|
HttpAsyncRequestConsumer<java.lang.Object> |
HttpAsyncService.Incoming.getConsumer() |
HttpAsyncRequestConsumer<T> |
HttpAsyncRequestHandler.processRequest(HttpRequest request,
HttpContext context)
Triggered when an incoming request is received.
|
HttpAsyncRequestConsumer<HttpRequest> |
BasicAsyncRequestHandler.processRequest(HttpRequest request,
HttpContext context) |
HttpAsyncRequestConsumer<java.lang.Object> |
NullRequestHandler.processRequest(HttpRequest request,
HttpContext context) |
Constructor and Description |
---|
Incoming(HttpRequest request,
HttpAsyncRequestHandler<java.lang.Object> handler,
HttpAsyncRequestConsumer<java.lang.Object> consumer,
HttpContext context) |