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.StateHttpAsyncService.HttpAsyncExchangeImpl. stateMethods in org.apache.http.nio.protocol that return HttpAsyncService.State Modifier and Type Method Description private HttpAsyncService.StateHttpAsyncService. getState(NHttpConnection conn)Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncService.State Modifier and Type Method Description private voidHttpAsyncService. closeHandlers(HttpAsyncService.State state)private voidHttpAsyncService. closeHandlers(HttpAsyncService.State state, java.lang.Exception ex)private voidHttpAsyncService. commitFinalResponse(NHttpServerConnection conn, HttpAsyncService.State state)private voidHttpAsyncService. completeRequest(HttpAsyncService.Incoming incoming, NHttpServerConnection conn, HttpAsyncService.State state)private voidHttpAsyncService. 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)
-