Package | Description |
---|---|
org.apache.http.nio.entity |
Representations for non-blocking HTTP message entities.
|
org.apache.http.nio.protocol |
Non-blocking HTTP protocol execution framework.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferingNHttpEntity
A
ConsumingNHttpEntity that consumes content into a buffer. |
class |
ConsumingNHttpEntityTemplate
A
ConsumingNHttpEntity that forwards available content to a
ContentListener . |
Modifier and Type | Method and Description |
---|---|
ConsumingNHttpEntity |
NHttpRequestHandler.entityRequest(HttpEntityEnclosingRequest request,
HttpContext context)
Triggered when a request is received with an entity.
|
ConsumingNHttpEntity |
AsyncNHttpServiceHandler.ServerConnState.getConsumingEntity() |
ConsumingNHttpEntity |
AsyncNHttpClientHandler.ClientConnState.getConsumingEntity() |
ConsumingNHttpEntity |
NHttpRequestExecutionHandler.responseEntity(HttpResponse response,
HttpContext context)
Triggered when a response is received with an entity.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncNHttpServiceHandler.ServerConnState.setConsumingEntity(ConsumingNHttpEntity consumingEntity) |
void |
AsyncNHttpClientHandler.ClientConnState.setConsumingEntity(ConsumingNHttpEntity consumingEntity) |
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.