Class BasicAsyncRequestProducer

java.lang.Object
org.apache.http.nio.protocol.BasicAsyncRequestProducer
All Implemented Interfaces:
Closeable, AutoCloseable, HttpAsyncRequestProducer

public class BasicAsyncRequestProducer extends Object implements HttpAsyncRequestProducer
Basic implementation of HttpAsyncRequestProducer. The producer can make use of the HttpAsyncContentProducer interface to efficiently stream out message content to the underlying non-blocking HTTP connection, if it is implemented by the enclosed HttpEntity.
Since:
4.2
See Also: