Class BasicAsyncResponseConsumer

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

public class BasicAsyncResponseConsumer extends AbstractAsyncResponseConsumer<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
  • Constructor Details

    • BasicAsyncResponseConsumer

      public BasicAsyncResponseConsumer()