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 IOSessionRequest
InternalConnectChannel. sessionRequest
private IOSessionRequest
SocksProxyProtocolHandler. sessionRequest
Fields in org.apache.hc.core5.reactor with type parameters of type IOSessionRequest Modifier and Type Field Description private java.util.Queue<IOSessionRequest>
SingleCoreIOReactor. requestQueue
Methods in org.apache.hc.core5.reactor with parameters of type IOSessionRequest Modifier and Type Method Description private void
SingleCoreIOReactor. 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)
-