Uses of Class
org.apache.http.nio.protocol.HttpAsyncService.Outgoing
-
Packages that use HttpAsyncService.Outgoing Package Description org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. -
-
Uses of HttpAsyncService.Outgoing in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as HttpAsyncService.Outgoing Modifier and Type Field Description private HttpAsyncService.Outgoing
HttpAsyncService.State. outgoing
Methods in org.apache.http.nio.protocol that return HttpAsyncService.Outgoing Modifier and Type Method Description HttpAsyncService.Outgoing
HttpAsyncService.State. getOutgoing()
Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncService.Outgoing Modifier and Type Method Description private void
HttpAsyncService. completeResponse(HttpAsyncService.Outgoing outgoing, NHttpServerConnection conn, HttpAsyncService.State state)
void
HttpAsyncService.State. setOutgoing(HttpAsyncService.Outgoing outgoing)
-