Package com.lightstreamer.ls_client

Interface Summary
ConnectionListener Receives notifications of connection activity and errors.
ExtendedTableListener Receives notification of data updates and subscription termination for a table.
FastItemsListener Receives notification of data updates and subscription termination for a list of items that have been subscribed using LSClient.subscribeItems.
SimpleTableListener Receives notification of data updates and subscription termination for a table.
 

Class Summary
ConnectionConstraints Collects bandwidth and frequency constraints for data flow from a Connection.
ConnectionInfo Collects the parameters related to a connection request to Lightstreamer Server.
ExtendedTableInfo Contains the specification of a table to be subscribed to Lightstreamer Server.
LSClient Incapsulates a single connector to Lightstreamer Server.
SimpleTableInfo Contains the specification of a table to be subscribed to Lightstreamer Server.
SubscribedTableKey Key object to be used to unsubscribe from tables.
 

Exception Summary
PushConnException Thrown when the connection to Lightstreamer Server cannot be established or in case of abnormal connection termination.
PushServerException Thrown in case of an unexpected answer or error condition received from Lightstreamer Server.
PushUserException Thrown in case the Server refuses to satisfy a request after the permission check performed by Lightstreamer Server Metadata Provider.
SubscrException Thrown if a subscription or unsubscription specification is not correct.