VpsUtil class

Constructors

VpsUtil()

Properties

forwardChannel Channel?
getter/setter pair
hashCode int?
The hash code for this object.
no setterinherited
identity Identity?
getter/setter pair
runtimeType Type?
A representation of the runtime type of the object.
no setterinherited
sshClientStatus SSHClientStatus?
getter/setter pair

Methods

connectVps(String? tunnel, String? keyApp) Future<SSHClientStatus?>?
disconnectVps() → void
getSSHClient(List<String?>? arguments, ResponseCallback? response, VoidCallback? done, String? keyApp, {int? termWidth = 80, int? termHeight = 25}) String?
getWStatusGetResponse(HttpClient? httpClient, String? tunnel, String? keyApp) Future<bool?>?
noSuchMethod(Invocation? invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String?
A string representation of this object.
inherited

Operators

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