Package org.apache.http.nio.entity
Core HTTP entity implementations with support for
asynchronous, event driven communication.
-
Interface Summary Interface Description ConsumingNHttpEntity Deprecated. use (4.2)BasicAsyncRequestProducer
orBasicAsyncResponseProducer
ContentListener Deprecated. (4.2)HttpAsyncContentProducer HttpAsyncContentProducer
is a callback interface whose methods get invoked to stream out message content to a non-blocking HTTP connection.ProducingNHttpEntity Deprecated. use (4.2)BasicAsyncRequestProducer
orBasicAsyncResponseProducer
-
Class Summary Class Description BufferingNHttpEntity Deprecated. use (4.2)BasicAsyncRequestProducer
orBasicAsyncResponseProducer
ConsumingNHttpEntityTemplate Deprecated. use (4.2)BasicAsyncRequestProducer
orBasicAsyncResponseProducer
ContentBufferEntity HTTP entity wrapper whose content is provided by aContentInputBuffer
.ContentInputStream InputStream
adaptor forContentInputBuffer
.ContentOutputStream OutputStream
adaptor forContentOutputBuffer
.EntityAsyncContentProducer Basic implementation ofHttpAsyncContentProducer
that relies on inefficient and potentially blocking I/O operation redirection throughChannels.newChannel(java.io.InputStream)
.NByteArrayEntity A simple self contained, repeatable non-blocking entity that retrieves its content from a byte array.NFileEntity A self contained, repeatable non-blocking entity that retrieves its content from a file.NHttpEntityWrapper Deprecated. (4.2) useEntityAsyncContentProducer
NStringEntity A simple, self contained, repeatable non-blocking entity that retrieves its content from aString
object.SkipContentListener Deprecated. (4.2)