onClientConnected method

  1. @protected
void onClientConnected(
  1. Channel id,
  2. 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) {}