Uses of Interface
org.apache.http.nio.entity.ConsumingNHttpEntity
-
Packages that use ConsumingNHttpEntity 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. -
-
Uses of ConsumingNHttpEntity in org.apache.http.nio.entity
Classes in org.apache.http.nio.entity that implement ConsumingNHttpEntity Modifier and Type Class Description class
BufferingNHttpEntity
Deprecated.use (4.2)BasicAsyncRequestProducer
orBasicAsyncResponseProducer
class
ConsumingNHttpEntityTemplate
Deprecated.use (4.2)BasicAsyncRequestProducer
orBasicAsyncResponseProducer
-
Uses of ConsumingNHttpEntity in org.apache.http.nio.protocol
Classes in org.apache.http.nio.protocol that implement ConsumingNHttpEntity Modifier and Type Class Description (package private) class
NullNHttpEntity
Deprecated.(4.2)Fields in org.apache.http.nio.protocol declared as ConsumingNHttpEntity Modifier and Type Field Description private ConsumingNHttpEntity
AsyncNHttpClientHandler.ClientConnState. consumingEntity
private ConsumingNHttpEntity
AsyncNHttpServiceHandler.ServerConnState. consumingEntity
Methods in org.apache.http.nio.protocol that return ConsumingNHttpEntity Modifier and Type Method Description ConsumingNHttpEntity
BufferingHttpServiceHandler.RequestHandlerAdaptor. entityRequest(HttpEntityEnclosingRequest request, HttpContext context)
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
BufferingHttpClientHandler.ExecutionHandlerAdaptor. responseEntity(HttpResponse response, HttpContext context)
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 Modifier and Type Method Description void
AsyncNHttpClientHandler.ClientConnState. setConsumingEntity(ConsumingNHttpEntity consumingEntity)
void
AsyncNHttpServiceHandler.ServerConnState. setConsumingEntity(ConsumingNHttpEntity consumingEntity)
-