Deprecated API


Contents
Deprecated Interfaces
com.lightstreamer.ls_client.ExtendedTableListener
          The use of this listener is deprecated in favor of the HandyTableListener and the subscribe methods based on it. 
com.lightstreamer.ls_client.FastItemsListener
          The use of this listener is deprecated in favor of the HandyTableListener and the subscribe methods based on it. 
com.lightstreamer.ls_client.SimpleTableListener
          The use of this listener is deprecated in favor of the HandyTableListener and the subscribe methods based on it. 
 

Deprecated Fields
com.lightstreamer.ls_client.ConnectionConstraints.slowingFactor
          Operating on the bandwidth constraint should be enough to slow-down the data flow. In extreme cases, polling mode and a high ConnectionInfo.pollingMillis can be used. 
com.lightstreamer.ls_client.ConnectionConstraints.topMaxFrequency
          Operating on the bandwidth constraint should be enough to slow-down the data flow. In extreme cases, polling mode and a high ConnectionInfo.pollingMillis can be used. 
 

Deprecated Methods
com.lightstreamer.ls_client.LSClient.subscribeItems(ExtendedTableInfo, ExtendedTableListener)
          The use of this overload is deprecated in favor of the new subscription methods based on the HandyTableListener. 
com.lightstreamer.ls_client.LSClient.subscribeItems(ExtendedTableInfo, FastItemsListener)
          The use of this overload is deprecated in favor of the new subscription methods based on the HandyTableListener. 
com.lightstreamer.ls_client.LSClient.subscribeTable(ExtendedTableInfo, ExtendedTableListener)
          The use of this overload is deprecated in favor of the new subscription methods based on the HandyTableListener. 
com.lightstreamer.ls_client.LSClient.subscribeTable(SimpleTableInfo, SimpleTableListener)
          The use of this overload is deprecated in favor of the new subscription methods based on the HandyTableListener.