Channel class

All terminal sessions, forwarded connections, etc., are Channels. Multiple Channels are multiplexed into a single connection and Channels are flow-controlled. No data may be sent to a channel until a message is received to indicate that window space is available.

Constructors

Channel({int? localId = 0, int? remoteId = 0, int? windowC = 0, int? windowS = 0, ChannelCallback? cb, StringCallback? error, VoidCallback? connected, VoidCallback? closed})

Properties

agentChannel bool?
getter/setter pair
buf QueueBuffer?
getter/setter pair
cb ChannelCallback?
getter/setter pair
closed VoidCallback?
getter/setter pair
connected VoidCallback?
getter/setter pair
error StringCallback?
getter/setter pair
hashCode int?
The hash code for this object.
no setterinherited
localId int?
getter/setter pair
opened bool?
getter/setter pair
remoteId int?
getter/setter pair
runtimeType Type?
A representation of the runtime type of the object.
no setterinherited
sentClose bool?
getter/setter pair
sentEof bool?
getter/setter pair
windowC int?
getter/setter pair
windowS int?
getter/setter pair

Methods

noSuchMethod(Invocation? invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String?
A string representation of this object.
inherited

Operators

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