Class PipeliningClientExchangeHandler<T>

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

@Pipelined public class PipeliningClientExchangeHandler<T> extends Object implements HttpAsyncClientExchangeHandler
Pipelining implementation of HttpAsyncClientExchangeHandler that executes a series of pipelined HTTP requests.
Since:
4.4