handshake property
- @protected
final
The handshake of the current connection attempt.
A transport drives it: HandshakeGate.perform around the opening frame,
HandshakeGate.succeed when the peer answers. The base class resets it
on its own when it gives up on the connection.
Implementation
@protected
final HandshakeGate handshake = HandshakeGate();