Methods Summary |
---|
public void | connectFailure(java.lang.Throwable failure_msg)The connection attempt failed.
NOTE: Called only during initial connect attempt.
|
public void | connectStarted()The connection establishment process has started,
i.e. the connection is actively being attempted.
|
public void | connectSuccess()The connection attempt succeeded.
The connection is now established.
NOTE: Called only during initial connect attempt.
|
public void | exceptionThrown(java.lang.Throwable error)Handle exception thrown by this connection.
NOTE: Can be called at any time during connection lifetime.
|