onHandshakeStart abstract method

void onHandshakeStart(
  1. ConnectionId localCid,
  2. ConnectionId remoteCid,
  3. String remoteAddr
)

Called when a UDX handshake begins.

localCid is the local connection ID. remoteCid is the remote connection ID. remoteAddr is the remote address in "host:port" format.

Implementation

void onHandshakeStart(ConnectionId localCid, ConnectionId remoteCid, String remoteAddr);