getIdleTimeout method
Inquiry method that gets the maximum time the Server is allowed to wait for any data to be sent in response to a polling request, if none has accumulated at request time.
The wait time used by the Server, however, may be different, because of server side restrictions.
Returns The time (in milliseconds) the Server is allowed to wait for data to send upon polling requests.
- See setIdleTimeout
Implementation
int getIdleTimeout() {
return _idleTimeout;
}