registerConnection abstract method

void registerConnection(
  1. TransportConn conn
)

Registers a new connection with the connection manager.

This method initializes state tracking for the connection and starts monitoring it. Once registered, the connection's lifecycle will be managed by the connection manager.

conn The transport connection to register.

Implementation

void registerConnection(TransportConn conn);