Uses of Class
org.apache.http.nio.protocol.Pipelined
-
Packages that use Pipelined Package Description org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. -
-
Uses of Pipelined in org.apache.http.nio.protocol
Classes in org.apache.http.nio.protocol with annotations of type Pipelined Modifier and Type Class Description class
PipeliningClientExchangeHandler<T>
Pipelining implementation ofHttpAsyncClientExchangeHandler
that executes a series of pipelined HTTP requests.
-