notifyActivity method

  1. @override
void notifyActivity()
override

Notifies that activity has occurred on this transport connection, potentially due to activity on a multiplexed stream over it. This can be used by multiplexers to inform the connection manager.

Implementation

@override
void notifyActivity() {
  _connection.notifyActivity();
}