class PeerTestEvent
extends net.i2p.util.SimpleTimer2.TimedEvent
| Constructor and Description |
|---|
PeerTestEvent(RouterContext ctx,
UDPTransport udp,
PeerTestManager ptmgr) |
| Modifier and Type | Method and Description |
|---|---|
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 |
forceRunSoon(boolean isIPv6,
long delay)
Run within the specified time at the latest
|
void |
setIsAlive(boolean isAlive) |
void |
setLastTested(boolean isIPv6)
Set the last-tested timer to now
|
void |
timeReached() |
PeerTestEvent(RouterContext ctx, UDPTransport udp, PeerTestManager ptmgr)
public void timeReached()
timeReached in class net.i2p.util.SimpleTimer2.TimedEventpublic void forceRunSoon(boolean isIPv6)
public void forceRunSoon(boolean isIPv6,
long delay)
public void forceRunImmediately(boolean isIPv6)
public void setIsAlive(boolean isAlive)
public void setLastTested(boolean isIPv6)