Uses of Class
org.apache.http.nio.protocol.HttpAsyncService.State
Packages that use HttpAsyncService.State
Package
Description
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.StateModifier and TypeFieldDescriptionprivate final HttpAsyncService.StateHttpAsyncService.HttpAsyncExchangeImpl.stateMethods in org.apache.http.nio.protocol that return HttpAsyncService.StateModifier and TypeMethodDescriptionprivate HttpAsyncService.StateHttpAsyncService.getState(NHttpConnection conn) Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncService.StateModifier and TypeMethodDescriptionprivate voidHttpAsyncService.closeHandlers(HttpAsyncService.State state) private voidHttpAsyncService.closeHandlers(HttpAsyncService.State state, 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.StateModifierConstructorDescriptionHttpAsyncExchangeImpl(HttpRequest request, HttpResponse response, HttpAsyncService.State state, NHttpServerConnection conn, HttpContext context)