|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConsumingNHttpEntity | |
---|---|
org.apache.http.nio.entity | |
org.apache.http.nio.protocol |
Uses of ConsumingNHttpEntity in org.apache.http.nio.entity |
---|
Classes in org.apache.http.nio.entity that implement ConsumingNHttpEntity | |
---|---|
class |
BufferingNHttpEntity
A ConsumingNHttpEntity that consumes content into a buffer. |
class |
ConsumingNHttpEntityTemplate
A ConsumingNHttpEntity that forwards available content to a
ContentListener . |
Uses of ConsumingNHttpEntity in org.apache.http.nio.protocol |
---|
Methods in org.apache.http.nio.protocol that return ConsumingNHttpEntity | |
---|---|
ConsumingNHttpEntity |
NHttpRequestHandler.entityRequest(org.apache.http.HttpEntityEnclosingRequest request,
org.apache.http.protocol.HttpContext context)
|
ConsumingNHttpEntity |
AsyncNHttpClientHandler.ClientConnState.getConsumingEntity()
|
ConsumingNHttpEntity |
AsyncNHttpServiceHandler.ServerConnState.getConsumingEntity()
|
ConsumingNHttpEntity |
NHttpRequestExecutionHandler.responseEntity(org.apache.http.HttpResponse response,
org.apache.http.protocol.HttpContext context)
Triggered when a response is received with an entity. |
Methods in org.apache.http.nio.protocol with parameters of type ConsumingNHttpEntity | |
---|---|
void |
AsyncNHttpClientHandler.ClientConnState.setConsumingEntity(ConsumingNHttpEntity consumingEntity)
|
void |
AsyncNHttpServiceHandler.ServerConnState.setConsumingEntity(ConsumingNHttpEntity consumingEntity)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |