menu
pure_dart_quic package
documentation
handshake/tls_msg.dart
UnknownHandshakeMessage
UnknownHandshakeMessage.new constructor
UnknownHandshakeMessage.new constructor
dark_mode
light_mode
UnknownHandshakeMessage
constructor
UnknownHandshakeMessage
(
int
msgType
,
Uint8List
body
)
Implementation
UnknownHandshakeMessage(int msgType, this.body) : super(msgType);
pure_dart_quic package
documentation
handshake/tls_msg
UnknownHandshakeMessage
UnknownHandshakeMessage.new constructor
UnknownHandshakeMessage class