public interface ConnectionListenerFailureHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
failed(IOProcessor connectionListener,
java.lang.Throwable cause)
The associated connection listener IOProcessor has failed
|
void |
notifyAbnormalTermination(IOProcessor connectionListener,
java.lang.String message,
java.lang.Throwable cause)
The associated connection listener IOProcessor is terminating abnormally
|
boolean failed(IOProcessor connectionListener, java.lang.Throwable cause)
connectionListener - the associated connection listenercause - cause of failurevoid notifyAbnormalTermination(IOProcessor connectionListener, java.lang.String message, java.lang.Throwable cause)
connectionListener - the associated connection listenermessage - explanation of terminationcause - last exception that is causing terminationCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.