Uses of Class
org.apache.hc.core5.reactor.InternalDataChannel
-
Packages that use InternalDataChannel Package Description org.apache.hc.core5.reactor 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 InternalDataChannel Modifier and Type Field Description private InternalDataChannel
InternalConnectChannel. dataChannel
private InternalDataChannel
SocksProxyProtocolHandler. dataChannel
Fields in org.apache.hc.core5.reactor with type parameters of type InternalDataChannel Modifier and Type Field Description private java.util.Queue<InternalDataChannel>
InternalDataChannel. closedSessions
private java.util.Queue<InternalDataChannel>
SingleCoreIOReactor. closedSessions
Constructors in org.apache.hc.core5.reactor with parameters of type InternalDataChannel 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)
Constructor parameters in org.apache.hc.core5.reactor with type arguments of type InternalDataChannel Constructor Description InternalDataChannel(IOSession ioSession, NamedEndpoint initialEndpoint, Decorator<IOSession> ioSessionDecorator, IOSessionListener sessionListener, java.util.Queue<InternalDataChannel> closedSessions)
-