Uses of Class
org.apache.http.nio.protocol.HttpAsyncService.Incoming
-
Packages that use HttpAsyncService.Incoming Package Description org.apache.http.nio.protocol 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.Incoming Modifier and Type Field Description private HttpAsyncService.IncomingHttpAsyncService.State. incomingMethods in org.apache.http.nio.protocol that return HttpAsyncService.Incoming Modifier and Type Method Description HttpAsyncService.IncomingHttpAsyncService.State. getIncoming()Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncService.Incoming Modifier and Type Method Description private voidHttpAsyncService. completeRequest(HttpAsyncService.Incoming incoming, NHttpServerConnection conn, HttpAsyncService.State state)voidHttpAsyncService.State. setIncoming(HttpAsyncService.Incoming incoming)
-