Uses of Interface
org.apache.http.nio.reactor.IOReactorExceptionHandler

Packages that use IOReactorExceptionHandler
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 IOReactorExceptionHandler in org.apache.http.impl.nio.reactor
 

Fields in org.apache.http.impl.nio.reactor declared as IOReactorExceptionHandler
protected  IOReactorExceptionHandler AbstractMultiworkerIOReactor.exceptionHandler
           
 

Methods in org.apache.http.impl.nio.reactor with parameters of type IOReactorExceptionHandler
 void BaseIOReactor.setExceptionHandler(IOReactorExceptionHandler exceptionHandler)
          Sets exception handler for this I/O reactor.
 void AbstractMultiworkerIOReactor.setExceptionHandler(IOReactorExceptionHandler exceptionHandler)
          Sets exception handler for this I/O reactor.
 



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