Class BasicAsyncRequestConsumer

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

public class BasicAsyncRequestConsumer extends AbstractAsyncRequestConsumer<org.apache.http.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