- connectionClosed
void connectionClosed(Connection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
- connectionOpened
void connectionOpened(Connection connection)
- exceptionCaught
void exceptionCaught(Connection connection, Throwable e)
Undocumented in source. Be warned that the author may not have intended to support it.
- failedAcceptingConnection
void failedAcceptingConnection(int connectionId, Throwable e)
Undocumented in source. Be warned that the author may not have intended to support it.
- failedOpeningConnection
void failedOpeningConnection(int connectionId, Throwable e)
Undocumented in source. Be warned that the author may not have intended to support it.
- messageReceived
DataHandleStatus messageReceived(Connection connection, Object message)
Undocumented in source. Be warned that the author may not have intended to support it.
- onClosed
void onClosed(NetConnectHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- onException
void onException(NetExceptionHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMessageReceived
void onMessageReceived(NetMessageHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- onOpenFailed
void onOpenFailed(NetErrorHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- onOpened
void onOpened(NetConnectHandler handler)