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.State
HttpAsyncService.HttpAsyncExchangeImpl.state
Methods in org.apache.http.nio.protocol that return HttpAsyncService.StateModifier and TypeMethodDescriptionprivate HttpAsyncService.State
HttpAsyncService.getState
(NHttpConnection conn) Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncService.StateModifier and TypeMethodDescriptionprivate void
HttpAsyncService.closeHandlers
(HttpAsyncService.State state) private void
HttpAsyncService.closeHandlers
(HttpAsyncService.State state, 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.StateModifierConstructorDescriptionHttpAsyncExchangeImpl
(HttpRequest request, HttpResponse response, HttpAsyncService.State state, NHttpServerConnection conn, HttpContext context)