Uses of Class
org.apache.http.nio.protocol.HttpAsyncService.Outgoing
Packages that use HttpAsyncService.Outgoing
Package
Description
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.OutgoingModifier and TypeFieldDescriptionprivate HttpAsyncService.Outgoing
HttpAsyncService.State.outgoing
Methods in org.apache.http.nio.protocol that return HttpAsyncService.OutgoingMethods in org.apache.http.nio.protocol with parameters of type HttpAsyncService.OutgoingModifier and TypeMethodDescriptionprivate void
HttpAsyncService.completeResponse
(HttpAsyncService.Outgoing outgoing, NHttpServerConnection conn, HttpAsyncService.State state) void
HttpAsyncService.State.setOutgoing
(HttpAsyncService.Outgoing outgoing)