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