Class AbstractAsyncRequestConsumer<T>

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

public abstract class AbstractAsyncRequestConsumer<T> extends Object implements HttpAsyncRequestConsumer<T>
Abstract HttpAsyncRequestConsumer 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