SSHForwardChannel class

Constructors

SSHForwardChannel(SSHChannel _channel)

Properties

done Future<void>
A future that completes when the channel is closed.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sink StreamSink<Uint8List>
Write to this sink to send data to the remote host.
no setter
stream Stream<Uint8List>
Data received from the remote host.
no setter

Methods

close() → void
Close the forward channel.
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