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 |
---|---|
(package private) class |
HttpAsyncService.HttpAsyncExchangeImpl |
Modifier and Type | Method and Description |
---|---|
void |
BasicAsyncRequestHandler.handle(HttpRequest request,
HttpAsyncExchange httpexchange,
HttpContext context) |
void |
NullRequestHandler.handle(java.lang.Object obj,
HttpAsyncExchange httpexchange,
HttpContext context) |
void |
HttpAsyncRequestHandler.handle(T data,
HttpAsyncExchange httpExchange,
HttpContext context)
Triggered to complete request processing and to initiate the process of
generating a response.
|
void |
HttpAsyncExpectationVerifier.verify(HttpAsyncExchange httpExchange,
HttpContext context) |