ConnectionDetailsExt extension

on

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.
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) → 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.