| Package | Description |
|---|---|
| org.apache.http.nio.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
BasicAsyncRequestHandler.handle(org.apache.http.HttpRequest request,
HttpAsyncExchange httpexchange,
org.apache.http.protocol.HttpContext context) |
|
void |
HttpAsyncRequestHandler.handle(T data,
HttpAsyncExchange httpExchange,
org.apache.http.protocol.HttpContext context) |
Triggered to complete request processing and to initiate the process of
generating a response.
|
void |
HttpAsyncExpectationVerifier.verify(HttpAsyncExchange httpExchange,
org.apache.http.protocol.HttpContext context) |