Uses of Class
org.apache.http.nio.protocol.HttpAsyncService.Incoming
Packages that use HttpAsyncService.Incoming
Package
Description
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
-
Uses of HttpAsyncService.Incoming in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as HttpAsyncService.IncomingModifier and TypeFieldDescriptionprivate HttpAsyncService.Incoming
HttpAsyncService.State.incoming
Methods in org.apache.http.nio.protocol that return HttpAsyncService.IncomingMethods in org.apache.http.nio.protocol with parameters of type HttpAsyncService.IncomingModifier and TypeMethodDescriptionprivate void
HttpAsyncService.completeRequest
(HttpAsyncService.Incoming incoming, NHttpServerConnection conn, HttpAsyncService.State state) void
HttpAsyncService.State.setIncoming
(HttpAsyncService.Incoming incoming)