void |
ConnectionHandler.onClose(Connection conn) |
void |
ConnectionHandler.onConnect(Connection conn) |
void |
ConnectionHandler.onConnected(Connection conn) |
void |
ConnectionHandler.onError(Connection conn,
Exception e) |
void |
ConnectionHandler.onReceived(Connection conn,
ByteBuffer data,
Integer id) |
void |
ConnectionHandler.onSended(Connection conn,
ByteBuffer data,
Integer id) |
void |
ConnectionHandler.onTimeout(Connection conn,
TimeoutType type) |
void |
ReactorGroup.register(Connection conn) |
void |
Reactor.register(Connection conn) |
void |
Reactor.write(Connection conn) |