class ACKTimer extends SimpleTimer2.TimedEvent
_state, DEFAULT_FUZZ
Constructor and Description |
---|
ACKTimer(RouterContext context,
Destination from,
Destination to)
Caller must schedule
|
Modifier and Type | Method and Description |
---|---|
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)
|
cancel, forceReschedule, reschedule, reschedule, run, schedule, setFuzz, toString
public ACKTimer(RouterContext context, Destination from, Destination to)
from
- local destination ACK will come from, non-nullto
- remote destination ACK will go to, non-nullpublic void timeReached()
SimpleTimer2.TimedEvent
timeReached
in class SimpleTimer2.TimedEvent