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)BasicAsyncRequestProducerorBasicAsyncResponseProducerContentListener Deprecated. (4.2)HttpAsyncContentProducer HttpAsyncContentProduceris a callback interface whose methods get invoked to stream out message content to a non-blocking HTTP connection.ProducingNHttpEntity Deprecated. use (4.2)BasicAsyncRequestProducerorBasicAsyncResponseProducer -
Class Summary Class Description BufferingNHttpEntity Deprecated. use (4.2)BasicAsyncRequestProducerorBasicAsyncResponseProducerConsumingNHttpEntityTemplate Deprecated. use (4.2)BasicAsyncRequestProducerorBasicAsyncResponseProducerContentBufferEntity HTTP entity wrapper whose content is provided by aContentInputBuffer.ContentInputStream InputStreamadaptor forContentInputBuffer.ContentOutputStream OutputStreamadaptor forContentOutputBuffer.EntityAsyncContentProducer Basic implementation ofHttpAsyncContentProducerthat 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) useEntityAsyncContentProducerNStringEntity A simple, self contained, repeatable non-blocking entity that retrieves its content from aStringobject.SkipContentListener Deprecated. (4.2)