ConnectionDetails class

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

ConnectionDetails()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAdapterSet() String?

Available on ConnectionDetails, provided by the ConnectionDetailsExt extension

getClientIp() String?

Available on ConnectionDetails, provided by the ConnectionDetailsExt extension

getServerAddress() String?

Available on ConnectionDetails, provided by the ConnectionDetailsExt extension

getServerInstanceAddress() String?

Available on ConnectionDetails, provided by the ConnectionDetailsExt extension

getServerSocketName() String?

Available on ConnectionDetails, provided by the ConnectionDetailsExt extension

getSessionId() String?

Available on ConnectionDetails, provided by the ConnectionDetailsExt extension

getUser() String?

Available on ConnectionDetails, provided by the ConnectionDetailsExt extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAdapterSet(String? adapterSet) → void

Available on ConnectionDetails, provided by the ConnectionDetailsExt extension

setPassword(String? password) → void

Available on ConnectionDetails, provided by the ConnectionDetailsExt extension

setServerAddress(String? serverAddress) → void

Available on ConnectionDetails, provided by the ConnectionDetailsExt extension

setUser(String? user) → void

Available on ConnectionDetails, provided by the ConnectionDetailsExt extension

toString() String
A string representation of this object.
inherited

Operators

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