getStalledTimeout method
Inquiry method that gets the extra time the client can wait when an expected keepalive packet has not been received on a stream connection (and no actual data has arrived), before entering the "STALLED" status.
Returns The idle time (in milliseconds) admitted before entering the "STALLED" status.
Implementation
int getStalledTimeout() {
return _stalledTimeout;
}