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)
BasicAsyncRequestProducerorBasicAsyncResponseProducerDeprecated.use (4.2)BasicAsyncRequestProducerorBasicAsyncResponseProducerDeprecated.use (4.2)BasicAsyncRequestProducerorBasicAsyncResponseProducerHTTP entity wrapper whose content is provided by aContentInputBuffer.InputStreamadaptor forContentInputBuffer.Deprecated.(4.2)OutputStreamadaptor forContentOutputBuffer.Basic implementation ofHttpAsyncContentProducerthat relies on inefficient and potentially blocking I/O operation redirection throughChannels.newChannel(java.io.InputStream).HttpAsyncContentProduceris 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) useEntityAsyncContentProducerA simple, self contained, repeatable non-blocking entity that retrieves its content from aStringobject.Deprecated.use (4.2)BasicAsyncRequestProducerorBasicAsyncResponseProducerDeprecated.(4.2)