Class BasicAsyncRequestConsumer

java.lang.Object
org.apache.http.nio.protocol.AbstractAsyncRequestConsumer<HttpRequest>
org.apache.http.nio.protocol.BasicAsyncRequestConsumer
All Implemented Interfaces:
Closeable, AutoCloseable, HttpAsyncRequestConsumer<HttpRequest>

public class BasicAsyncRequestConsumer extends AbstractAsyncRequestConsumer<HttpRequest>
Basic implementation of HttpAsyncRequestConsumer. Please note that this consumer buffers request content in memory and should be used for relatively small request messages.
Since:
4.2