private class HttpDestination.TimeoutTask extends CyclicTimeout
HttpChannel
.Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicLong |
nextTimeout |
Modifier | Constructor and Description |
---|---|
private |
TimeoutTask(Scheduler scheduler) |
Modifier and Type | Method and Description |
---|---|
void |
onTimeoutExpired()
Invoked when the timeout expires.
|
private void |
schedule(long expiresAt) |
cancel, destroy, getScheduler, schedule
private TimeoutTask(Scheduler scheduler)
public void onTimeoutExpired()
CyclicTimeout
Invoked when the timeout expires.
onTimeoutExpired
in class CyclicTimeout
private void schedule(long expiresAt)