Uses of Class
org.apache.http.nio.reactor.IOReactorException

Packages that use IOReactorException
org.apache.http.impl.nio.reactor Default implementations for interfaces in org.apache.http.nio including default I/O reactor implementations and support for SSL/TLS transport security. 
 

Uses of IOReactorException in org.apache.http.impl.nio.reactor
 

Methods in org.apache.http.impl.nio.reactor that throw IOReactorException
protected  void DefaultListeningIOReactor.cancelRequests()
           
protected  void DefaultConnectingIOReactor.cancelRequests()
           
protected abstract  void AbstractMultiworkerIOReactor.cancelRequests()
          Triggered to cancel pending session requests.
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.
protected  void DefaultListeningIOReactor.processEvents(int readyCount)
           
protected  void DefaultConnectingIOReactor.processEvents(int readyCount)
           
protected abstract  void AbstractMultiworkerIOReactor.processEvents(int count)
          Triggered to process I/O events registered by the main Selector.
 void AbstractIOReactor.shutdown()
           
 void AbstractIOReactor.shutdown(long gracePeriod)
           
 

Constructors in org.apache.http.impl.nio.reactor that throw IOReactorException
AbstractIOReactor(long selectTimeout)
          Creates new AbstractIOReactor instance.
AbstractIOReactor(long selectTimeout, boolean interestOpsQueueing)
          Creates new AbstractIOReactor instance.
AbstractMultiworkerIOReactor(int workerCount, ThreadFactory threadFactory, HttpParams params)
          Creates an instance of AbstractMultiworkerIOReactor.
BaseIOReactor(long selectTimeout)
          Creates new BaseIOReactor instance.
BaseIOReactor(long selectTimeout, boolean interestOpsQueueing)
          Creates new BaseIOReactor instance.
DefaultConnectingIOReactor(int workerCount, HttpParams params)
           
DefaultConnectingIOReactor(int workerCount, ThreadFactory threadFactory, HttpParams params)
           
DefaultListeningIOReactor(int workerCount, HttpParams params)
           
DefaultListeningIOReactor(int workerCount, ThreadFactory threadFactory, HttpParams params)
           
 



Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.