Package org.apache.http.impl.nio.client
Class InternalIOReactorExceptionHandler
- java.lang.Object
-
- org.apache.http.impl.nio.client.InternalIOReactorExceptionHandler
-
- All Implemented Interfaces:
org.apache.http.nio.reactor.IOReactorExceptionHandler
class InternalIOReactorExceptionHandler extends java.lang.Object implements org.apache.http.nio.reactor.IOReactorExceptionHandler
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.commons.logging.Log
log
-
Constructor Summary
Constructors Constructor Description InternalIOReactorExceptionHandler(org.apache.commons.logging.Log log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handle(java.io.IOException ex)
boolean
handle(java.lang.RuntimeException ex)
-
-
-
Method Detail
-
handle
public boolean handle(java.io.IOException ex)
- Specified by:
handle
in interfaceorg.apache.http.nio.reactor.IOReactorExceptionHandler
-
handle
public boolean handle(java.lang.RuntimeException ex)
- Specified by:
handle
in interfaceorg.apache.http.nio.reactor.IOReactorExceptionHandler
-
-