Uses of Class
org.apache.http.entity.HttpEntityWrapper

Packages that use HttpEntityWrapper
org.apache.http.entity Representations for HTTP message entities. 
org.apache.http.nio.entity Representations for non-blocking HTTP message entities. 
 

Uses of HttpEntityWrapper in org.apache.http.entity
 

Subclasses of HttpEntityWrapper in org.apache.http.entity
 class BufferedHttpEntity
          A wrapping entity that buffers it content if necessary.
 

Uses of HttpEntityWrapper in org.apache.http.nio.entity
 

Subclasses of HttpEntityWrapper in org.apache.http.nio.entity
 class BufferingNHttpEntity
          A ConsumingNHttpEntity that consumes content into a buffer.
 class ConsumingNHttpEntityTemplate
          A ConsumingNHttpEntity that forwards available content to a ContentListener.
 class NHttpEntityWrapper
          ProducingNHttpEntity compatibility adaptor for blocking HTTP entities.
 



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