ConnectionDetails class

Used by LightstreamerClient to provide a basic connection properties data object.

Data object that contains the configuration settings needed to connect to a Lightstreamer Server.
An instance of this class is attached to every LightstreamerClient as LightstreamerClient.connectionDetails

  • See LightstreamerClient

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?
Inquiry method that gets the name of the Adapter Set (which defines the Metadata Adapter and one or several Data Adapters) mounted on Lightstreamer Server that supply all the items used in this application.
getClientIp() String?
Inquiry method that gets the IP address of this client as seen by the Server which is serving the current session as the client remote address.
getServerAddress() String?
Inquiry method that gets the configured address of Lightstreamer Server.
getServerInstanceAddress() String?
Inquiry method that gets the server address to be used to issue all requests related to the current session.
getServerSocketName() String?
Inquiry method that gets the instance name of the Server which is serving the current session.
getSessionId() String?
Inquiry method that gets the ID associated by the server to this client session.
getUser() String?
Inquiry method that gets the username to be used for the authentication on Lightstreamer Server when initiating the session.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAdapterSet(String? newVal) → void
Setter method that sets the name of the Adapter Set mounted on Lightstreamer Server to be used to handle all requests in the session.
setPassword(String? newVal) → void
Setter method that sets the password to be used for the authentication on Lightstreamer Server when initiating the session.
setServerAddress(String? newVal) Future<void>
Setter method that sets the address of Lightstreamer Server.
setUser(String? newVal) → void
Setter method that sets the username to be used for the authentication on Lightstreamer Server when initiating the session.
toString() String
A string representation of this object.
inherited

Operators

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