Uses of Class
org.apache.http.nio.protocol.HttpAsyncService.State
-
Packages that use HttpAsyncService.State Package Description org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. -
-
Uses of HttpAsyncService.State in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as HttpAsyncService.State Modifier and Type Field Description private HttpAsyncService.State
HttpAsyncService.HttpAsyncExchangeImpl. state
Methods in org.apache.http.nio.protocol that return HttpAsyncService.State Modifier and Type Method Description private HttpAsyncService.State
HttpAsyncService. getState(NHttpConnection conn)
Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncService.State Modifier and Type Method 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)
Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncService.State Constructor Description HttpAsyncExchangeImpl(HttpRequest request, HttpResponse response, HttpAsyncService.State state, NHttpServerConnection conn, HttpContext context)
-