Uses of Class
org.apache.http.entity.HttpEntityWrapper
-
Packages that use HttpEntityWrapper Package Description org.apache.http.entity Core HTTP entity implementations.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 HttpEntityWrapper in org.apache.http.entity
Subclasses of HttpEntityWrapper in org.apache.http.entity Modifier and Type Class Description 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 Modifier and Type Class Description class
BufferingNHttpEntity
Deprecated.use (4.2)BasicAsyncRequestProducer
orBasicAsyncResponseProducer
class
ConsumingNHttpEntityTemplate
Deprecated.use (4.2)BasicAsyncRequestProducer
orBasicAsyncResponseProducer
class
NHttpEntityWrapper
Deprecated.(4.2) useEntityAsyncContentProducer
-
Uses of HttpEntityWrapper in org.apache.http.nio.protocol
Subclasses of HttpEntityWrapper in org.apache.http.nio.protocol Modifier and Type Class Description (package private) class
NullNHttpEntity
Deprecated.(4.2)
-