Srv<T> class abstract

Constructors

Srv.new()

Properties

bindLocalPort bool?
final
hashCode int
The hash code for this object.
no setterinherited
host String
The internet address of the host to connect to.
final
localPort int?
The local port to bridge to Defaults to 22
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
rvdAuthString String?
A string which needs to be presented to the rvd before the rvd will allow any further traffic on the socket
final
sessionAESKeyString String?
The AES key for encryption / decryption of the rv traffic
final
sessionIVString String?
The IV to use with the sessionAESKeyString
final
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? localPort, bool? bindLocalPort, String? rvdAuthString, String? sessionAESKeyString, String? sessionIVString}) Srv<SocketConnector>
exec(String host, int streamingPort, {int? localPort, bool? bindLocalPort, String? rvdAuthString, String? sessionAESKeyString, String? sessionIVString}) Srv<Process>
getLocalBinaryPath() Future<String?>
inline(String host, int streamingPort, {int? localPort, bool? bindLocalPort, String? rvdAuthString, String? sessionAESKeyString, String? sessionIVString}) Srv<SSHSocket>