Uses of Class
org.apache.hc.core5.reactor.IOReactorShutdownException
-
Packages that use IOReactorShutdownException Package Description org.apache.hc.core5.reactor Event driven network communication APIs and components loosely based on Doug Lea's reactor pattern. -
-
Uses of IOReactorShutdownException in org.apache.hc.core5.reactor
Methods in org.apache.hc.core5.reactor that throw IOReactorShutdownException Modifier and Type Method Description java.util.concurrent.Future<IOSession>
AbstractIOReactorBase. connect(NamedEndpoint remoteEndpoint, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, Timeout timeout, java.lang.Object attachment, FutureCallback<IOSession> callback)
java.util.concurrent.Future<IOSession>
SingleCoreIOReactor. connect(NamedEndpoint remoteEndpoint, java.net.SocketAddress remoteAddress, java.net.SocketAddress localAddress, Timeout timeout, java.lang.Object attachment, FutureCallback<IOSession> callback)
(package private) void
SingleCoreIOReactor. enqueueChannel(ChannelEntry entry)
-