| Package | Description |
|---|---|
| org.apache.http.nio.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BasicAsyncClientExchangeHandler<T> |
Basic implementation of
HttpAsyncClientExchangeHandler that executes
a single HTTP request / response exchange. |
class |
PipeliningClientExchangeHandler<T> |
Pipelining implementation of
HttpAsyncClientExchangeHandler
that executes a series of pipelined HTTP requests. |