BaseProtocol.connectionMade

Called when a connection is made.

interface BaseProtocol
void
connectionMade

Parameters

transport BaseTransport

is the transport representing the connection. You are responsible for storing it somewhere if you need to.

Meta