Sshrv<T> class abstract

Constructors

Sshrv.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
host String
The internet address of the host to connect to.
final
localSshdPort int
The local sshd port Defaults to 22
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamingPort int
The port of the host to connect to.
final

Methods

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

Operators

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

Static Methods

dart(String host, int streamingPort, {int localSshdPort = 22}) Sshrv<SocketConnector>
exec(String host, int streamingPort, {int localSshdPort = DefaultArgs.localSshdPort}) Sshrv<Process>
getLocalBinaryPath() Future<String?>