handshake property

  1. @protected
HandshakeGate handshake
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();