|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface TCPConnectionManager.ConnectListener
Listener for notification of connection establishment.
| Method Summary | |
|---|---|
int |
connectAttemptStarted(int default_timeout)
The connection establishment process has started, i.e. |
void |
connectFailure(java.lang.Throwable failure_msg)
The connection attempt failed. |
void |
connectSuccess(java.nio.channels.SocketChannel channel)
The connection attempt succeeded. |
| Method Detail |
|---|
int connectAttemptStarted(int default_timeout)
void connectSuccess(java.nio.channels.SocketChannel channel)
channel - connected socket channelvoid connectFailure(java.lang.Throwable failure_msg)
failure_msg - failure reason
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||