onClientConnected method
- Channel id,
- SwampClientConnectionInfo info
inherited
Called when a new client connection is added. Override this to perform custom logic on connection.
Implementation
@protected
void onClientConnected(Channel id, T info) {}