Uses of Class
org.apache.hc.core5.reactor.IOSessionRequest
Packages that use IOSessionRequest
Package
Description
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 IOSessionRequestModifier and TypeFieldDescriptionprivate final IOSessionRequest
InternalConnectChannel.sessionRequest
private final IOSessionRequest
SocksProxyProtocolHandler.sessionRequest
Fields in org.apache.hc.core5.reactor with type parameters of type IOSessionRequestModifier and TypeFieldDescriptionprivate final Queue
<IOSessionRequest> SingleCoreIOReactor.requestQueue
Methods in org.apache.hc.core5.reactor with parameters of type IOSessionRequestModifier and TypeMethodDescriptionprivate void
SingleCoreIOReactor.processConnectionRequest
(SocketChannel socketChannel, IOSessionRequest sessionRequest) Constructors in org.apache.hc.core5.reactor with parameters of type IOSessionRequestModifierConstructorDescription(package private)
InternalConnectChannel
(SelectionKey key, SocketChannel socketChannel, IOSessionRequest sessionRequest, InternalDataChannel dataChannel, IOEventHandlerFactory eventHandlerFactory, IOReactorConfig reactorConfig) (package private)
SocksProxyProtocolHandler
(InternalDataChannel dataChannel, IOSessionRequest sessionRequest, IOEventHandlerFactory eventHandlerFactory, IOReactorConfig reactorConfig)