| 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 |
BasicAsyncResponseProducer |
Basic implementation of
HttpAsyncResponseProducer. |
class |
ErrorResponseProducer |
This class changed from package private to public in version 4.4.8.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected HttpAsyncResponseProducer |
HttpAsyncService.handleException(java.lang.Exception ex,
org.apache.http.protocol.HttpContext context) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
HttpAsyncService.handleAlreadySubmittedResponse(HttpAsyncResponseProducer responseProducer,
org.apache.http.protocol.HttpContext context) |
This method can be used to handle double response submission.
|
void |
HttpAsyncExchange.submitResponse(HttpAsyncResponseProducer responseProducer) |
Submits an HTTP response using a custom
HttpAsyncResponseProducer. |