onPropertyChange method
- String property
Event handler that receives a notification each time the value of a property of LightstreamerClient.connectionDetails or LightstreamerClient.connectionOptions is changed.
Properties of these objects can be modified by direct calls to them or by server sent events.
property
the name of the changed property.
Possible values are:
- adapterSet
- serverAddress
- user
- password
- contentLength
- requestedMaxBandwidth
- reverseHeartbeatInterval
- httpExtraHeaders
- httpExtraHeadersOnSessionCreationOnly
- forcedTransport
- retryDelay
- firstRetryMaxDelay
- sessionRecoveryTimeout
- stalledTimeout
- reconnectTimeout
- slowingEnabled
- serverInstanceAddressIgnored
- cookieHandlingRequired
- proxy
- serverInstanceAddress
- serverSocketName
- clientIp
- sessionId
- realMaxBandwidth
- idleTimeout
- keepaliveInterval
- pollingInterval
Implementation
void onPropertyChange(String property) {}