getFirstRetryMaxDelay method

int getFirstRetryMaxDelay()

Inquiry method that gets the maximum time to wait before trying a new connection to the Server in case the previous one is unexpectedly closed while correctly working.

Returns The max time (in milliseconds) to wait before trying a new connection.

Implementation

int getFirstRetryMaxDelay() {
  return _firstRetryMaxDelay;
}