class InternalIOReactorExceptionHandler
extends java.lang.Object
implements org.apache.http.nio.reactor.IOReactorExceptionHandler
Modifier and Type | Field and Description |
---|---|
private org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
InternalIOReactorExceptionHandler(org.apache.commons.logging.Log log) |
Modifier and Type | Method and Description |
---|---|
boolean |
handle(java.io.IOException ex) |
boolean |
handle(java.lang.RuntimeException ex) |
InternalIOReactorExceptionHandler(org.apache.commons.logging.Log log)
public boolean handle(java.io.IOException ex)
handle
in interface org.apache.http.nio.reactor.IOReactorExceptionHandler
public boolean handle(java.lang.RuntimeException ex)
handle
in interface org.apache.http.nio.reactor.IOReactorExceptionHandler