Class AbstractAsyncResponseConsumer<T>

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

public abstract class AbstractAsyncResponseConsumer<T> extends Object implements HttpAsyncResponseConsumer<T>
Abstract HttpAsyncResponseConsumer implementation that relieves its subclasses from having to manage internal state and provides a number of protected event methods that they need to implement.
Since:
4.2