Method and Description |
---|
com.lightstreamer.client.ConnectionOptions.getConnectTimeout()
The method is deprecated: use
ConnectionOptions.getRetryDelay() instead. |
com.lightstreamer.client.ConnectionOptions.setConnectTimeout(String)
The method is deprecated and it has no effect.
To act on connection timeouts use
ConnectionOptions.setRetryDelay(long) . |
com.lightstreamer.client.ConnectionOptions.setCurrentConnectTimeout(long)
The method is deprecated and it has no effect.
To act on connection timeouts, only
ConnectionOptions.setRetryDelay(long) is available. |