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

Packages that use IOReactorExceptionHandler
org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO. 
 

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 AbstractMultiworkerIOReactor.setExceptionHandler(IOReactorExceptionHandler exceptionHandler)
          Sets exception handler for this I/O reactor.
 void BaseIOReactor.setExceptionHandler(IOReactorExceptionHandler exceptionHandler)
          Sets exception handler for this I/O reactor.
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.