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 IOSessionRequestInternalConnectChannel.sessionRequestprivate final IOSessionRequestSocksProxyProtocolHandler.sessionRequestFields in org.apache.hc.core5.reactor with type parameters of type IOSessionRequestModifier and TypeFieldDescriptionprivate final Queue<IOSessionRequest> SingleCoreIOReactor.requestQueueMethods in org.apache.hc.core5.reactor with parameters of type IOSessionRequestModifier and TypeMethodDescriptionprivate voidSingleCoreIOReactor.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)