|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Transport.ConnectListener
Listener for notification of connection establishment.
Method Summary | |
---|---|
int |
connectAttemptStarted(int default_connect_timeout)
The connection establishment process has started, i.e. |
void |
connectFailure(java.lang.Throwable failure_msg)
The connection attempt failed. |
void |
connectSuccess(Transport transport,
java.nio.ByteBuffer remaining_initial_data)
The connection attempt succeeded. |
java.lang.Object |
getConnectionProperty(java.lang.String property_name)
|
Method Detail |
---|
int connectAttemptStarted(int default_connect_timeout)
void connectSuccess(Transport transport, java.nio.ByteBuffer remaining_initial_data)
void connectFailure(java.lang.Throwable failure_msg)
failure_msg
- failure reasonjava.lang.Object getConnectionProperty(java.lang.String property_name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |