Class BasicAsyncRequestExecutionHandler<T>

java.lang.Object
org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler<T>
Type Parameters:
T - the result type of request execution.
All Implemented Interfaces:
Closeable, AutoCloseable, Cancellable, HttpAsyncRequestExecutionHandler<T>, HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>

@Deprecated public class BasicAsyncRequestExecutionHandler<T> extends Object implements HttpAsyncRequestExecutionHandler<T>
Deprecated.
Basic implementation of HttpAsyncRequestExecutionHandler that executes a single HTTP request / response exchange.
Since:
4.2