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