Class FloodOnlyLookupMatchJob
- java.lang.Object
-
- net.i2p.router.JobImpl
-
- net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
-
-
Constructor Summary
Constructors Constructor Description FloodOnlyLookupMatchJob(RouterContext ctx, FloodSearchJob job)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Descriptive name of the taskvoidrunJob()Actually perform the task.voidsetMessage(I2NPMessage message)Called by InNetMessagePool when an I2NPMessage matching a MessageSelector registered with the OutboundMessageRegistry is received-
Methods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.i2p.router.Job
dropped, getAddedBy, getJobId, getTiming
-
-
-
-
Constructor Detail
-
FloodOnlyLookupMatchJob
public FloodOnlyLookupMatchJob(RouterContext ctx, FloodSearchJob job)
-
-
Method Detail
-
runJob
public void runJob()
Description copied from interface:JobActually perform the task. This call blocks until the Job is complete.
-
setMessage
public void setMessage(I2NPMessage message)
Description copied from interface:ReplyJobCalled by InNetMessagePool when an I2NPMessage matching a MessageSelector registered with the OutboundMessageRegistry is received- Specified by:
setMessagein interfaceReplyJob
-
-