class Connection.RetransmitEvent extends SimpleTimer2.TimedEvent
_state, DEFAULT_FUZZ| Constructor and Description |
|---|
RetransmitEvent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel()
Cancel the timed event.
|
void |
pushBackRTO(int rto) |
boolean |
scheduleIfNotRunning(long delay) |
void |
timeReached()
Simple interface for events to be queued up and notified on expiration
the time requested has been reached (this call should NOT block,
otherwise the whole SimpleTimer gets backed up)
|
forceReschedule, reschedule, reschedule, run, schedule, setFuzz, toStringpublic boolean cancel()
SimpleTimer2.TimedEventcancel in class SimpleTimer2.TimedEventpublic void pushBackRTO(int rto)
public boolean scheduleIfNotRunning(long delay)
public void timeReached()
SimpleTimer2.TimedEventtimeReached in class SimpleTimer2.TimedEvent