Package | Description |
---|---|
org.apache.http.nio.entity |
Common HTTP entity implementations with extensions for
asynchronous (non-blocking) data transfer.
|
org.apache.http.nio.protocol |
Asynchronous HTTP protocol handlers based on the non-blocking I/O model.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferingNHttpEntity
Deprecated.
(4.2) use
BasicAsyncRequestConsumer or BasicAsyncResponseConsumer |
class |
ConsumingNHttpEntityTemplate
Deprecated.
(4.2) use
BasicAsyncRequestConsumer or BasicAsyncResponseConsumer |
Modifier and Type | Method and Description |
---|---|
ConsumingNHttpEntity |
NHttpRequestHandler.entityRequest(HttpEntityEnclosingRequest request,
HttpContext context)
Deprecated.
Triggered when a request is received with an entity.
|
ConsumingNHttpEntity |
AsyncNHttpClientHandler.ClientConnState.getConsumingEntity() |
ConsumingNHttpEntity |
AsyncNHttpServiceHandler.ServerConnState.getConsumingEntity() |
ConsumingNHttpEntity |
NHttpRequestExecutionHandler.responseEntity(HttpResponse response,
HttpContext context)
Deprecated.
Triggered when a response is received with an entity.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncNHttpClientHandler.ClientConnState.setConsumingEntity(ConsumingNHttpEntity consumingEntity) |
void |
AsyncNHttpServiceHandler.ServerConnState.setConsumingEntity(ConsumingNHttpEntity consumingEntity) |
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.