Uses of Interface
org.apache.http.nio.entity.ConsumingNHttpEntity

Packages that use ConsumingNHttpEntity
org.apache.http.nio.entity Representations for non-blocking HTTP message entities. 
org.apache.http.nio.protocol Non-blocking HTTP protocol execution framework. 
 

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(HttpEntityEnclosingRequest request, HttpContext context)
          Triggered when a request is received with an entity.
 ConsumingNHttpEntity AsyncNHttpClientHandler.ClientConnState.getConsumingEntity()
           
 ConsumingNHttpEntity AsyncNHttpServiceHandler.ServerConnState.getConsumingEntity()
           
 ConsumingNHttpEntity NHttpRequestExecutionHandler.responseEntity(HttpResponse response, 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)
           
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.