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 TypeClassDescriptionclassDeprecated.classDeprecated.use (4.2)BasicAsyncRequestProducerorBasicAsyncResponseProducer -
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 ConsumingNHttpEntityAsyncNHttpClientHandler.ClientConnState.consumingEntityprivate ConsumingNHttpEntityAsyncNHttpServiceHandler.ServerConnState.consumingEntityMethods 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 TypeMethodDescriptionvoidAsyncNHttpClientHandler.ClientConnState.setConsumingEntity(ConsumingNHttpEntity consumingEntity) voidAsyncNHttpServiceHandler.ServerConnState.setConsumingEntity(ConsumingNHttpEntity consumingEntity)
BasicAsyncRequestProducerorBasicAsyncResponseProducer