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
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
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
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? -
Available on ConnectionDetails, provided by the ConnectionDetailsExt extension
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? -
Available on ConnectionDetails, provided by the ConnectionDetailsExt extension
Inquiry method that gets the configured address of Lightstreamer Server. -
getServerInstanceAddress(
) → String? -
Available on ConnectionDetails, provided by the ConnectionDetailsExt extension
Inquiry method that gets the server address to be used to issue all requests related to the current session. -
getServerSocketName(
) → String? -
Available on ConnectionDetails, provided by the ConnectionDetailsExt extension
Inquiry method that gets the instance name of the Server which is serving the current session. -
getSessionId(
) → String? -
Available on ConnectionDetails, provided by the ConnectionDetailsExt extension
Inquiry method that gets the ID associated by the server to this client session. -
getUser(
) → String? -
Available on ConnectionDetails, provided by the ConnectionDetailsExt extension
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 -
Available on ConnectionDetails, provided by the ConnectionDetailsExt extension
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 -
Available on ConnectionDetails, provided by the ConnectionDetailsExt extension
Setter method that sets the password to be used for the authentication on Lightstreamer Server when initiating the session. -
setServerAddress(
String? newVal) → void -
Available on ConnectionDetails, provided by the ConnectionDetailsExt extension
Setter method that sets the address of Lightstreamer Server. -
setUser(
String? newVal) → void -
Available on ConnectionDetails, provided by the ConnectionDetailsExt extension
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