Uses of Interface
org.apache.http.nio.entity.HttpAsyncContentProducer
Packages that use HttpAsyncContentProducer
Package
Description
Core HTTP entity implementations with support for
asynchronous, event driven communication.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
-
Uses of HttpAsyncContentProducer in org.apache.http.nio.entity
Classes in org.apache.http.nio.entity that implement HttpAsyncContentProducerModifier and TypeClassDescriptionclassBasic implementation ofHttpAsyncContentProducerthat relies on inefficient and potentially blocking I/O operation redirection throughChannels.newChannel(java.io.InputStream).classA simple self contained, repeatable non-blocking entity that retrieves its content from a byte array.classA self contained, repeatable non-blocking entity that retrieves its content from a file.classA simple, self contained, repeatable non-blocking entity that retrieves its content from aStringobject. -
Uses of HttpAsyncContentProducer in org.apache.http.nio.protocol
Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncContentProducerModifierConstructorDescriptionprotectedBasicAsyncRequestProducer(org.apache.http.HttpHost target, org.apache.http.HttpEntityEnclosingRequest request, HttpAsyncContentProducer producer) Creates a producer that can be used to transmit the given request message.protectedBasicAsyncResponseProducer(org.apache.http.HttpResponse response, HttpAsyncContentProducer producer) Creates a producer that can be used to transmit the given response message.