Uses of Class
org.apache.hc.core5.reactor.InternalDataChannel
Packages that use InternalDataChannel
Package
Description
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
-
Uses of InternalDataChannel in org.apache.hc.core5.reactor
Fields in org.apache.hc.core5.reactor declared as InternalDataChannelModifier and TypeFieldDescriptionprivate final InternalDataChannel
InternalConnectChannel.dataChannel
private final InternalDataChannel
SocksProxyProtocolHandler.dataChannel
Fields in org.apache.hc.core5.reactor with type parameters of type InternalDataChannelModifier and TypeFieldDescriptionprivate final Queue
<InternalDataChannel> InternalDataChannel.closedSessions
private final Queue
<InternalDataChannel> SingleCoreIOReactor.closedSessions
Constructors in org.apache.hc.core5.reactor with parameters of type InternalDataChannelModifierConstructorDescription(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) Constructor parameters in org.apache.hc.core5.reactor with type arguments of type InternalDataChannelModifierConstructorDescription(package private)
InternalDataChannel
(IOSession ioSession, NamedEndpoint initialEndpoint, Decorator<IOSession> ioSessionDecorator, IOSessionListener sessionListener, Queue<InternalDataChannel> closedSessions)