Class BasicResponseConsumer<T>

java.lang.Object
org.apache.hc.core5.http.nio.support.BasicResponseConsumer<T>
All Implemented Interfaces:
AsyncDataConsumer, AsyncResponseConsumer<Message<HttpResponse,T>>, ResourceHolder

public class BasicResponseConsumer<T> extends Object implements AsyncResponseConsumer<Message<HttpResponse,T>>
Basic implementation of AsyncResponseConsumer that represents response message as a Message and relies on a AsyncEntityConsumer to process response entity stream.
Since:
5.0