| 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 | 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. |
| Modifier and Type | Method | Description |
|---|---|---|
HttpAsyncRequestConsumer<org.apache.http.HttpRequest> |
BasicAsyncRequestHandler.processRequest(org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context) |
|
HttpAsyncRequestConsumer<T> |
HttpAsyncRequestHandler.processRequest(org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context) |
Triggered when an incoming request is received.
|