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 and 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. |
Modifier and Type | Method and Description |
---|---|
private static HttpAsyncClientExchangeHandler |
HttpAsyncRequestExecutor.getHandler(NHttpConnection conn) |
Modifier and Type | Method and Description |
---|---|
private void |
HttpAsyncRequestExecutor.closeHandler(HttpAsyncClientExchangeHandler handler) |
private void |
HttpAsyncRequester.initExecution(HttpAsyncClientExchangeHandler handler,
NHttpClientConnection conn) |
private void |
HttpAsyncRequestExecutor.processResponse(NHttpClientConnection conn,
HttpAsyncRequestExecutor.State state,
HttpAsyncClientExchangeHandler handler) |