Class AbstractAsyncRequestConsumer<T>

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

@ThreadSafe public abstract class AbstractAsyncRequestConsumer<T> extends Object implements HttpAsyncRequestConsumer<T>
Abstract HttpAsyncRequestConsumer implementation that relieves its subclasses form having to synchronize access to internal instance variables and provides a number of protected methods that they need to implement.
Since:
4.2