SshPacketChannel class

Implemented types

Properties

done Future<void>
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
no setteroverride
inboundRequests Stream<SshChannelRequestMessage>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stderr Stream<List<int>>
no setter
stdout Stream<List<int>>
no setter
type SshChannelType
no setteroverride

Methods

close() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendData(List<int> data) Future<void>
sendEof() Future<void>
sendRequest(SshChannelRequest request) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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