static public method O2GTransport.setNumberOfReconnections

Brief

Sets the number of attempts to reconnect.

Declaration
Java
static void  setNumberOfReconnections (int Number)

Parameters
Number

The number of attempts to reconnect. To set an infinite number of attempts, use the value Constants.INFINITE.

Details

Please see article Session Statuses for details.

Declared in O2GTransport

back