SSHForwardChannel class
Properties
-
done
→ Future<void>
-
A future that completes when both ends of the channel are closed.
no setteroverride
-
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<List<int>>
-
Write to this sink to send data to the remote host.
no setteroverride
-
stream
→ Stream<Uint8List>
-
Data received from the remote host.
no setteroverride
Methods
-
close()
→ Future<void>
-
Close our end of the channel. Returns a future that waits for the
other side to close.
override
-
destroy()
→ void
-
Destroys the socket in both directions.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited