org.apache.axis2.transport.http.server
Interface ConnectionListenerFailureHandler
- All Known Implementing Classes:
- DefaultConnectionListenerFailureHandler
public interface ConnectionListenerFailureHandler
failed
boolean failed(IOProcessor connectionListener,
Throwable cause)
- The associated connection listener IOProcessor has failed
- Parameters:
connectionListener - the associated connection listenercause - cause of failure
- Returns:
- true if the listener should attempt to re-establish itself, false if it should terminate.
notifyAbnormalTermination
void notifyAbnormalTermination(IOProcessor connectionListener,
String message,
Throwable cause)
- The associated connection listener IOProcessor is terminating abnormally
- Parameters:
connectionListener - the associated connection listenermessage - explanation of terminationcause - last exception that is causing termination
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.