SshProtocolShellSession class

Implemented types

Properties

channel SshChannel
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
state SshSessionState
no setteroverride
stderr Stream<List<int>>
no setteroverride
stdout Stream<List<int>>
no setteroverride

Methods

close() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resizePty(SshPtyConfig nextPty) Future<void>
override
toString() String
A string representation of this object.
inherited
writeStdin(List<int> data) Future<void>
override

Operators

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