ChannelId class
A logical channel identifier, scoped to a single physical connection.
Channels multiplex independent streams (sessions, future tunnels) over one
connection, SSH-style. The value is a uint32; 0 is reserved for
connection-level control and is not a valid session channel.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override