|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConsumingNHttpEntity | |
|---|---|
| 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. |
| Uses of ConsumingNHttpEntity in org.apache.http.nio.entity |
|---|
| Classes in org.apache.http.nio.entity that implement ConsumingNHttpEntity | |
|---|---|
class |
BufferingNHttpEntity
Deprecated. (4.2) use BasicAsyncRequestConsumer or BasicAsyncResponseConsumer |
class |
ConsumingNHttpEntityTemplate
Deprecated. (4.2) use BasicAsyncRequestConsumer or BasicAsyncResponseConsumer |
| Uses of ConsumingNHttpEntity in org.apache.http.nio.protocol |
|---|
| Methods in org.apache.http.nio.protocol that return ConsumingNHttpEntity | |
|---|---|
ConsumingNHttpEntity |
NHttpRequestHandler.entityRequest(HttpEntityEnclosingRequest request,
HttpContext context)
Deprecated. Triggered when a request is received with an entity. |
ConsumingNHttpEntity |
AsyncNHttpServiceHandler.ServerConnState.getConsumingEntity()
|
ConsumingNHttpEntity |
AsyncNHttpClientHandler.ClientConnState.getConsumingEntity()
|
ConsumingNHttpEntity |
NHttpRequestExecutionHandler.responseEntity(HttpResponse response,
HttpContext context)
Deprecated. Triggered when a response is received with an entity. |
| Methods in org.apache.http.nio.protocol with parameters of type ConsumingNHttpEntity | |
|---|---|
void |
AsyncNHttpServiceHandler.ServerConnState.setConsumingEntity(ConsumingNHttpEntity consumingEntity)
|
void |
AsyncNHttpClientHandler.ClientConnState.setConsumingEntity(ConsumingNHttpEntity consumingEntity)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||