Uses of Class
org.apache.hc.core5.reactor.IOReactorShutdownException
Packages that use IOReactorShutdownException
Package
Description
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 IOReactorShutdownExceptionModifier and TypeMethodDescriptionAbstractIOReactorBase.connect
(NamedEndpoint remoteEndpoint, SocketAddress remoteAddress, SocketAddress localAddress, Timeout timeout, Object attachment, FutureCallback<IOSession> callback) SingleCoreIOReactor.connect
(NamedEndpoint remoteEndpoint, SocketAddress remoteAddress, SocketAddress localAddress, Timeout timeout, Object attachment, FutureCallback<IOSession> callback) (package private) void
SingleCoreIOReactor.enqueueChannel
(ChannelEntry entry)