Package net.i2p.router.tunnel.pool
Class TestJob
java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.tunnel.pool.TestJob
- All Implemented Interfaces:
Job
Repeatedly test a single tunnel for its entire lifetime,
or until the pool is shut down or removed from the client manager.
Tunnel testing is disabled by default now, except for hidden mode,
see TunnelPoolManager.buildComplete()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Descriptive name of the taskvoid
runJob()
Actually perform the task.void
testSuccessful
(int ms) Methods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, madeReady, requeue, toString
-
Constructor Details
-
TestJob
-
-
Method Details