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