recordActivity abstract method
Records activity on a connection and updates its timestamp.
This method should be called whenever there is data transfer or other activity on the connection. It helps the connection manager track which connections are active and which are idle.
tcpConnection
The transport connection on which activity occurred.
Implementation
void recordActivity(TransportConn tcpConnection);