SSHMessage class abstract
Binary Packet Protocol. https://tools.ietf.org/html/rfc4253#section-6
- Inheritance
-
- Object
- Serializable
- SSHMessage
- Implementers
- MSG_CHANNEL_CLOSE
- MSG_CHANNEL_DATA
- MSG_CHANNEL_EOF
- MSG_CHANNEL_FAILURE
- MSG_CHANNEL_OPEN
- MSG_CHANNEL_OPEN_CONFIRMATION
- MSG_CHANNEL_OPEN_FAILURE
- MSG_CHANNEL_OPEN_TCPIP
- MSG_CHANNEL_REQUEST
- MSG_CHANNEL_SUCCESS
- MSG_CHANNEL_WINDOW_ADJUST
- MSG_DEBUG
- MSG_DISCONNECT
- MSG_GLOBAL_REQUEST
- MSG_GLOBAL_REQUEST_TCPIP
- MSG_IGNORE
- MSG_KEX_DH_GEX_GROUP
- MSG_KEX_DH_GEX_REQUEST
- MSG_KEX_ECDH_INIT
- MSG_KEX_ECDH_REPLY
- MSG_KEXDH_INIT
- MSG_KEXDH_REPLY
- MSG_KEXINIT
- MSG_NEWKEYS
- MSG_SERVICE_ACCEPT
- MSG_SERVICE_REQUEST
- MSG_USERAUTH_FAILURE
- MSG_USERAUTH_INFO_REQUEST
- MSG_USERAUTH_INFO_RESPONSE
- MSG_USERAUTH_REQUEST
- MSG_USERAUTH_SUCCESS
Constructors
- SSHMessage(int id)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serializedHeaderSize → int
-
Minimum size for this serialized object.
no setterinherited
- serializedSize → int
-
Exact size for this serialized object.
no setterinherited
Methods
-
deserialize(
SerializableInput input) → void -
Interface for intput serialization.
inherited
-
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.
inherited
-
toBytes(
dynamic zlib, Random random, int blockSize) → Uint8List -
toPacket(
Uint8List payload, Random random, int blockSize) → Uint8List -
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