Uses of Interface
org.apache.http.nio.reactor.IOReactorExceptionHandler
-
Packages that use IOReactorExceptionHandler Package Description 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 Modifier and Type Field Description protected IOReactorExceptionHandlerAbstractMultiworkerIOReactor. exceptionHandlerMethods in org.apache.http.impl.nio.reactor with parameters of type IOReactorExceptionHandler Modifier and Type Method Description voidAbstractMultiworkerIOReactor. setExceptionHandler(IOReactorExceptionHandler exceptionHandler)Sets exception handler for this I/O reactor.voidBaseIOReactor. setExceptionHandler(IOReactorExceptionHandler exceptionHandler)Sets exception handler for this I/O reactor.
-