Class BasicAsyncResponseProducer

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

public class BasicAsyncResponseProducer extends Object implements HttpAsyncResponseProducer
Basic implementation of HttpAsyncResponseProducer. 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 HttpEntity inclosed in the response.
Since:
4.2
See Also: