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 classBufferingNHttpEntityDeprecated.use (4.2)BasicAsyncRequestProducerorBasicAsyncResponseProducerclassConsumingNHttpEntityTemplateDeprecated.use (4.2)BasicAsyncRequestProducerorBasicAsyncResponseProducer -
Uses of ConsumingNHttpEntity in org.apache.http.nio.protocol
Methods in org.apache.http.nio.protocol that return ConsumingNHttpEntity Modifier and Type Method Description ConsumingNHttpEntityNHttpRequestHandler. entityRequest(org.apache.http.HttpEntityEnclosingRequest request, org.apache.http.protocol.HttpContext context)Deprecated.Triggered when a request is received with an entity.ConsumingNHttpEntityAsyncNHttpClientHandler.ClientConnState. getConsumingEntity()ConsumingNHttpEntityAsyncNHttpServiceHandler.ServerConnState. getConsumingEntity()ConsumingNHttpEntityNHttpRequestExecutionHandler. responseEntity(org.apache.http.HttpResponse response, org.apache.http.protocol.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 voidAsyncNHttpClientHandler.ClientConnState. setConsumingEntity(ConsumingNHttpEntity consumingEntity)voidAsyncNHttpServiceHandler.ServerConnState. setConsumingEntity(ConsumingNHttpEntity consumingEntity)
-