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

Packages that use HttpEntityWrapper
org.apache.http.entity Core HTTP entity implementations. 
org.apache.http.nio.entity Core HTTP entity implementations with support for asynchronous, event driven communication. 
 

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
          Deprecated. use (4.2) BasicAsyncRequestProducer or BasicAsyncResponseProducer
 class ConsumingNHttpEntityTemplate
          Deprecated. use (4.2) BasicAsyncRequestProducer or BasicAsyncResponseProducer
 class NHttpEntityWrapper
          Deprecated. (4.2) use EntityAsyncContentProducer
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.