Uses of Interface
org.apache.http.nio.entity.ConsumingNHttpEntity
Packages that use ConsumingNHttpEntity
Package
Description
Core HTTP entity implementations with support for
asynchronous, event driven communication.
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 ConsumingNHttpEntityModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.use (4.2)BasicAsyncRequestProducer
orBasicAsyncResponseProducer
-
Uses of ConsumingNHttpEntity in org.apache.http.nio.protocol
Classes in org.apache.http.nio.protocol that implement ConsumingNHttpEntityFields in org.apache.http.nio.protocol declared as ConsumingNHttpEntityModifier and TypeFieldDescriptionprivate ConsumingNHttpEntity
AsyncNHttpClientHandler.ClientConnState.consumingEntity
private ConsumingNHttpEntity
AsyncNHttpServiceHandler.ServerConnState.consumingEntity
Methods in org.apache.http.nio.protocol that return ConsumingNHttpEntityModifier and TypeMethodDescriptionBufferingHttpServiceHandler.RequestHandlerAdaptor.entityRequest
(HttpEntityEnclosingRequest request, HttpContext context) NHttpRequestHandler.entityRequest
(HttpEntityEnclosingRequest request, HttpContext context) Deprecated.Triggered when a request is received with an entity.AsyncNHttpClientHandler.ClientConnState.getConsumingEntity()
AsyncNHttpServiceHandler.ServerConnState.getConsumingEntity()
BufferingHttpClientHandler.ExecutionHandlerAdaptor.responseEntity
(HttpResponse response, HttpContext context) 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 ConsumingNHttpEntityModifier and TypeMethodDescriptionvoid
AsyncNHttpClientHandler.ClientConnState.setConsumingEntity
(ConsumingNHttpEntity consumingEntity) void
AsyncNHttpServiceHandler.ServerConnState.setConsumingEntity
(ConsumingNHttpEntity consumingEntity)
BasicAsyncRequestProducer
orBasicAsyncResponseProducer