getReconnectTimeout method
Inquiry method that gets the time the client, after entering "STALLED" status, is allowed to keep waiting for a keepalive packet or any data on a stream connection, before disconnecting and trying to reconnect to the Server.
Returns The idle time (in milliseconds) admitted in "STALLED" status before trying to reconnect to the Server.
Implementation
int getReconnectTimeout() {
return _reconnectTimeout;
}