Uses of Class
org.apache.http.nio.reactor.IOReactorException
-
Packages that use IOReactorException Package Description org.apache.http.impl.nio.reactor 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 IOReactorException Modifier and Type Method Description protected abstract voidAbstractMultiworkerIOReactor. cancelRequests()Triggered to cancel pending session requests.protected voidDefaultConnectingIOReactor. cancelRequests()protected voidDefaultListeningIOReactor. cancelRequests()protected voidAbstractIOReactor. closeActiveChannels()Closes out all active channels registered with the selector of this I/O reactor.protected voidAbstractIOReactor. closeNewChannels()Closes out all new channels pending registration with the selector of this I/O reactor.protected voidAbstractIOReactor. execute()Activates the I/O reactor.voidAbstractMultiworkerIOReactor. execute(IOEventDispatch eventDispatch)Activates the main I/O reactor as well as all worker I/O reactors.voidBaseIOReactor. execute(IOEventDispatch eventDispatch)Activates the I/O reactor.voidAbstractIOReactor. hardShutdown()Attempts force-shutdown of this I/O reactor.private voidDefaultListeningIOReactor. processEvent(java.nio.channels.SelectionKey key)protected abstract voidAbstractMultiworkerIOReactor. processEvents(int count)Triggered to process I/O events registered by the mainSelector.protected voidDefaultConnectingIOReactor. processEvents(int readyCount)protected voidDefaultListeningIOReactor. processEvents(int readyCount)private voidAbstractIOReactor. processNewChannels()private voidDefaultConnectingIOReactor. processSessionRequests()private voidDefaultListeningIOReactor. processSessionRequests()voidAbstractIOReactor. shutdown()voidAbstractIOReactor. shutdown(long gracePeriod)Constructors in org.apache.http.impl.nio.reactor that throw IOReactorException Constructor Description AbstractIOReactor(long selectTimeout)Creates new AbstractIOReactor instance.AbstractIOReactor(long selectTimeout, boolean interestOpsQueueing)Creates new AbstractIOReactor instance.AbstractMultiworkerIOReactor()Creates an instance of AbstractMultiworkerIOReactor with default configuration.AbstractMultiworkerIOReactor(int workerCount, java.util.concurrent.ThreadFactory threadFactory, HttpParams params)Deprecated.AbstractMultiworkerIOReactor(IOReactorConfig config, java.util.concurrent.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.DefaultConnectingIOReactor()Creates an instance of DefaultConnectingIOReactor with default configuration.DefaultConnectingIOReactor(int workerCount, java.util.concurrent.ThreadFactory threadFactory, HttpParams params)Deprecated.DefaultConnectingIOReactor(int workerCount, HttpParams params)Deprecated.DefaultConnectingIOReactor(IOReactorConfig config)Creates an instance of DefaultConnectingIOReactor with the given configuration.DefaultConnectingIOReactor(IOReactorConfig config, java.util.concurrent.ThreadFactory threadFactory)Creates an instance of DefaultConnectingIOReactor with the given configuration.DefaultListeningIOReactor()Creates an instance of DefaultListeningIOReactor with default configuration.DefaultListeningIOReactor(int workerCount, java.util.concurrent.ThreadFactory threadFactory, HttpParams params)Deprecated.DefaultListeningIOReactor(int workerCount, HttpParams params)Deprecated.DefaultListeningIOReactor(IOReactorConfig config)Creates an instance of DefaultListeningIOReactor with the given configuration.DefaultListeningIOReactor(IOReactorConfig config, java.util.concurrent.ThreadFactory threadFactory)Creates an instance of DefaultListeningIOReactor with the given configuration.
-