NetConnectionHandler

Handles all I/O events on a socket connection.

Members

Functions

connectionClosed
void connectionClosed(Connection connection)
Undocumented in source.
connectionOpened
void connectionOpened(Connection connection)
Undocumented in source.
exceptionCaught
void exceptionCaught(Connection connection, Throwable t)
Undocumented in source.
failedAcceptingConnection
void failedAcceptingConnection(int connectionId, Throwable t)
Undocumented in source. Be warned that the author may not have intended to support it.
failedOpeningConnection
void failedOpeningConnection(int connectionId, Throwable t)
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.

Meta