Uses of Class
org.apache.hc.core5.reactor.IOSessionRequest
-
Packages that use IOSessionRequest Package Description org.apache.hc.core5.reactor Event driven network communication APIs and components loosely based on Doug Lea's reactor pattern. -
-
Uses of IOSessionRequest in org.apache.hc.core5.reactor
Fields in org.apache.hc.core5.reactor declared as IOSessionRequest Modifier and Type Field Description private IOSessionRequestInternalConnectChannel. sessionRequestprivate IOSessionRequestSocksProxyProtocolHandler. sessionRequestFields in org.apache.hc.core5.reactor with type parameters of type IOSessionRequest Modifier and Type Field Description private java.util.Queue<IOSessionRequest>SingleCoreIOReactor. requestQueueMethods in org.apache.hc.core5.reactor with parameters of type IOSessionRequest Modifier and Type Method Description private voidSingleCoreIOReactor. processConnectionRequest(java.nio.channels.SocketChannel socketChannel, IOSessionRequest sessionRequest)Constructors in org.apache.hc.core5.reactor with parameters of type IOSessionRequest Constructor Description InternalConnectChannel(java.nio.channels.SelectionKey key, java.nio.channels.SocketChannel socketChannel, IOSessionRequest sessionRequest, InternalDataChannel dataChannel, IOEventHandlerFactory eventHandlerFactory, IOReactorConfig reactorConfig)SocksProxyProtocolHandler(InternalDataChannel dataChannel, IOSessionRequest sessionRequest, IOEventHandlerFactory eventHandlerFactory, IOReactorConfig reactorConfig)
-