| Package | Description |
|---|---|
| org.apache.http.nio.entity |
Core HTTP entity implementations with support for
asynchronous, event driven communication.
|
| 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 |
BufferingNHttpEntity |
Deprecated.
use (4.2)
BasicAsyncRequestProducer
or BasicAsyncResponseProducer |
class |
ConsumingNHttpEntityTemplate |
Deprecated.
use (4.2)
BasicAsyncRequestProducer
or BasicAsyncResponseProducer |
| Modifier and Type | Method | Description |
|---|---|---|
ConsumingNHttpEntity |
NHttpRequestHandler.entityRequest(org.apache.http.HttpEntityEnclosingRequest request,
org.apache.http.protocol.HttpContext context) |
Deprecated.
Triggered when a request is received with an entity.
|
ConsumingNHttpEntity |
AsyncNHttpClientHandler.ClientConnState.getConsumingEntity() |
|
ConsumingNHttpEntity |
AsyncNHttpServiceHandler.ServerConnState.getConsumingEntity() |
|
ConsumingNHttpEntity |
NHttpRequestExecutionHandler.responseEntity(org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context) |
Deprecated.
Triggered when a response is received with an entity.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AsyncNHttpClientHandler.ClientConnState.setConsumingEntity(ConsumingNHttpEntity consumingEntity) |
|
void |
AsyncNHttpServiceHandler.ServerConnState.setConsumingEntity(ConsumingNHttpEntity consumingEntity) |