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 classBufferedHttpEntityA 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 classBufferingNHttpEntityDeprecated.use (4.2)BasicAsyncRequestProducerorBasicAsyncResponseProducerclassConsumingNHttpEntityTemplateDeprecated.use (4.2)BasicAsyncRequestProducerorBasicAsyncResponseProducerclassNHttpEntityWrapperDeprecated.(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) classNullNHttpEntityDeprecated.(4.2)
-