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.OutgoingHttpAsyncService.State. outgoingMethods in org.apache.http.nio.protocol that return HttpAsyncService.Outgoing Modifier and Type Method Description HttpAsyncService.OutgoingHttpAsyncService.State. getOutgoing()Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncService.Outgoing Modifier and Type Method Description private voidHttpAsyncService. completeResponse(HttpAsyncService.Outgoing outgoing, NHttpServerConnection conn, HttpAsyncService.State state)voidHttpAsyncService.State. setOutgoing(HttpAsyncService.Outgoing outgoing)
-