Interface | Description |
---|---|
ClientListener |
Interface to be implemented to listen to
LightstreamerClient events comprehending notifications of
connection activity and errors.Events for these listeners are dispatched by a different thread than the one that generates them. |
ClientMessageListener |
Interface to be implemented to listen to
LightstreamerClient.sendMessage(java.lang.String) events reporting a message processing outcome. |
SubscriptionListener |
Interface to be implemented to listen to
Subscription events comprehending notifications of subscription/unsubscription,
updates, errors and others.Events for these listeners are dispatched by a different thread than the one that generates them. |
Class | Description |
---|---|
ConnectionDetails |
Used by LightstreamerClient to provide a basic connection properties bean.
|
ConnectionOptions |
Used by LightstreamerClient to provide an extra connection properties bean.
|
ItemUpdate |
Contains all the information related to an update of the field values for an item.
|
LightstreamerClient |
Facade class for the management of the communication to
Lightstreamer Server.
|
Proxy |
Simple class representing a Proxy configuration.
An instance of this class can be used through ConnectionOptions.setProxy(Proxy) to
instruct a LightstreamerClient to connect to the Lightstreamer Server passing through a proxy. |
Subscription |
Class representing a Subscription to be submitted to a Lightstreamer Server.
|