onHandshakeStart abstract method
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);