class Connection.RetransmitEvent extends SimpleTimer2.TimedEvent
_state, DEFAULT_FUZZ| Constructor and Description |
|---|
RetransmitEvent()Retransmit event |
| Modifier and Type | Method and Description |
|---|---|
boolean | cancel()cancel. |
void | forceRescheduleNow()Force immediate reschedule with minimum delay, cancelling any
pending timer. |
void | pushBackRTO(int rto)pushBackRTO. |
boolean | scheduleIfNotRunning(long delay)scheduleIfNotRunning. |
void | timeReached()timeReached. |
forceReschedule, reschedule, reschedule, run, schedule, setFuzz, setPool, toStringpublic boolean cancel()
cancel in class SimpleTimer2.TimedEventpublic void forceRescheduleNow()
public void pushBackRTO(int rto)
public boolean scheduleIfNotRunning(long delay)
public void timeReached()
timeReached in class SimpleTimer2.TimedEvent