MSG_CHANNEL_OPEN_CONFIRMATION class

The remote side then decides whether it can open the channel, and responds with either SSH_MSG_CHANNEL_OPEN_CONFIRMATION or SSH_MSG_CHANNEL_OPEN_FAILURE.

Inheritance

Constructors

MSG_CHANNEL_OPEN_CONFIRMATION([int? recipientChannel, int? senderChannel, int? initialWinSize, int? maximumPacketSize])

Properties

hashCode int?
The hash code for this object.
no setterinherited
id int?
getter/setter pairinherited
initialWinSize int?
getter/setter pair
maximumPacketSize int?
getter/setter pair
recipientChannel int?
getter/setter pair
runtimeType Type?
A representation of the runtime type of the object.
no setterinherited
senderChannel int?
getter/setter pair
serializedHeaderSize int?
Minimum size for this serialized object.
no setteroverride
serializedSize int?
Exact size for this serialized object.
no setteroverride

Methods

deserialize(SerializableInput? input) → void
Interface for intput serialization.
override
fromRaw(SerializableInput? input) → void
Deserializes this Serializable from a SerializableInput.
inherited
noSuchMethod(Invocation? invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(SerializableOutput? output) → void
Interface for output serialization.
override
toBytes(dynamic zlib, Random? random, int? blockSize) Uint8List?
inherited
toPacket(Uint8List? payload, Random? random, int? blockSize) Uint8List?
inherited
toRaw({Endian? endian = Endian.big}) Uint8List?
Serializes this Serializable to a Uint8List.
inherited
toString() String?
A string representation of this object.
inherited

Operators

operator ==(Object? other) bool?
The equality operator.
inherited

Constants

ID → const int?