class PeerTestEvent extends SimpleTimer2.TimedEvent
_state, DEFAULT_FUZZ
コンストラクタ | 説明 |
---|---|
PeerTestEvent(RouterContext ctx,
UDPTransport udp,
PeerTestManager ptmgr) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
forceRunImmediately(boolean isIPv6) |
Run within the next 5 seconds at the latest
|
void |
forceRunSoon(boolean isIPv6) |
Run within the next 45 seconds at the latest
|
void |
setIsAlive(boolean isAlive) |
|
void |
setLastTested(boolean isIPv6) |
Set the last-tested timer to now
|
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)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancel, forceReschedule, reschedule, reschedule, run, schedule, setFuzz
PeerTestEvent(RouterContext ctx, UDPTransport udp, PeerTestManager ptmgr)
public void timeReached()
SimpleTimer2.TimedEvent
timeReached
クラス内 SimpleTimer2.TimedEvent
public void forceRunSoon(boolean isIPv6)
public void forceRunImmediately(boolean isIPv6)
public void setIsAlive(boolean isAlive)
public void setLastTested(boolean isIPv6)