Uses of Class
org.apache.http.nio.reactor.IOReactorException
Packages that use IOReactorException
Package
Description
Default implementation of event driven network communication APIs
based on Java NIO.
-
Uses of IOReactorException in org.apache.http.impl.nio.reactor
Methods in org.apache.http.impl.nio.reactor that throw IOReactorExceptionModifier and TypeMethodDescriptionprotected abstract void
AbstractMultiworkerIOReactor.cancelRequests()
Triggered to cancel pending session requests.protected void
DefaultConnectingIOReactor.cancelRequests()
protected void
DefaultListeningIOReactor.cancelRequests()
protected void
AbstractIOReactor.closeActiveChannels()
Closes out all active channels registered with the selector of this I/O reactor.protected void
AbstractIOReactor.closeNewChannels()
Closes out all new channels pending registration with the selector of this I/O reactor.protected void
AbstractIOReactor.execute()
Activates the I/O reactor.void
AbstractMultiworkerIOReactor.execute
(IOEventDispatch eventDispatch) Activates the main I/O reactor as well as all worker I/O reactors.void
BaseIOReactor.execute
(IOEventDispatch eventDispatch) Activates the I/O reactor.void
AbstractIOReactor.hardShutdown()
Attempts force-shutdown of this I/O reactor.private void
DefaultListeningIOReactor.processEvent
(SelectionKey key) protected abstract void
AbstractMultiworkerIOReactor.processEvents
(int count) Triggered to process I/O events registered by the mainSelector
.protected void
DefaultConnectingIOReactor.processEvents
(int readyCount) protected void
DefaultListeningIOReactor.processEvents
(int readyCount) private void
AbstractIOReactor.processNewChannels()
private void
DefaultConnectingIOReactor.processSessionRequests()
private void
DefaultListeningIOReactor.processSessionRequests()
void
AbstractIOReactor.shutdown()
void
AbstractIOReactor.shutdown
(long gracePeriod) Constructors in org.apache.http.impl.nio.reactor that throw IOReactorExceptionModifierConstructorDescriptionAbstractIOReactor
(long selectTimeout) Creates new AbstractIOReactor instance.AbstractIOReactor
(long selectTimeout, boolean interestOpsQueueing) Creates new AbstractIOReactor instance.Creates an instance of AbstractMultiworkerIOReactor with default configuration.AbstractMultiworkerIOReactor
(int workerCount, ThreadFactory threadFactory, HttpParams params) Deprecated.AbstractMultiworkerIOReactor
(IOReactorConfig config, ThreadFactory threadFactory) Creates an instance of AbstractMultiworkerIOReactor with the given configuration.BaseIOReactor
(long selectTimeout) Creates new BaseIOReactor instance.BaseIOReactor
(long selectTimeout, boolean interestOpsQueueing) Creates new BaseIOReactor instance.Creates an instance of DefaultConnectingIOReactor with default configuration.DefaultConnectingIOReactor
(int workerCount, ThreadFactory threadFactory, HttpParams params) Deprecated.DefaultConnectingIOReactor
(int workerCount, HttpParams params) Deprecated.Creates an instance of DefaultConnectingIOReactor with the given configuration.DefaultConnectingIOReactor
(IOReactorConfig config, ThreadFactory threadFactory) Creates an instance of DefaultConnectingIOReactor with the given configuration.Creates an instance of DefaultListeningIOReactor with default configuration.DefaultListeningIOReactor
(int workerCount, ThreadFactory threadFactory, HttpParams params) Deprecated.DefaultListeningIOReactor
(int workerCount, HttpParams params) Deprecated.Creates an instance of DefaultListeningIOReactor with the given configuration.DefaultListeningIOReactor
(IOReactorConfig config, ThreadFactory threadFactory) Creates an instance of DefaultListeningIOReactor with the given configuration.
AbstractMultiworkerIOReactor(IOReactorConfig, ThreadFactory)