Class BasicAsyncResponseConsumer

java.lang.Object
org.apache.http.nio.protocol.AbstractAsyncResponseConsumer<org.apache.http.HttpResponse>
org.apache.http.nio.protocol.BasicAsyncResponseConsumer
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.http.concurrent.Cancellable, HttpAsyncResponseConsumer<org.apache.http.HttpResponse>

public class BasicAsyncResponseConsumer extends AbstractAsyncResponseConsumer<org.apache.http.HttpResponse>
Basic implementation of HttpAsyncResponseConsumer. Please note that this consumer buffers response content in memory and should be used for relatively small response messages.
Since:
4.2