Package | Description |
---|---|
org.apache.http.nio.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
|
Modifier and Type | Field and Description |
---|---|
private HttpAsyncService.State |
HttpAsyncService.HttpAsyncExchangeImpl.state |
Modifier and Type | Method and Description |
---|---|
private HttpAsyncService.State |
HttpAsyncService.getState(NHttpConnection conn) |
Modifier and Type | Method and Description |
---|---|
private void |
HttpAsyncService.closeHandlers(HttpAsyncService.State state) |
private void |
HttpAsyncService.closeHandlers(HttpAsyncService.State state,
java.lang.Exception ex) |
private void |
HttpAsyncService.commitFinalResponse(NHttpServerConnection conn,
HttpAsyncService.State state) |
private void |
HttpAsyncService.completeRequest(HttpAsyncService.Incoming incoming,
NHttpServerConnection conn,
HttpAsyncService.State state) |
private void |
HttpAsyncService.completeResponse(HttpAsyncService.Outgoing outgoing,
NHttpServerConnection conn,
HttpAsyncService.State state) |
Constructor and Description |
---|
HttpAsyncExchangeImpl(HttpRequest request,
HttpResponse response,
HttpAsyncService.State state,
NHttpServerConnection conn,
HttpContext context) |