Class FloodOnlyLookupMatchJob
java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
class FloodOnlyLookupMatchJob extends JobImpl implements ReplyJob
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FloodOnlyLookupMatchJob(RouterContext ctx, FloodSearchJob job)
-
Method Summary
Modifier and Type Method Description String
getName()
Descriptive name of the taskvoid
runJob()
Actually perform the task.void
setMessage(I2NPMessage message)
Called by InNetMessagePool when an I2NPMessage matching a MessageSelector registered with the OutboundMessageRegistry is receivedMethods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
-
Constructor Details
-
Method Details
-
runJob
public void runJob()Description copied from interface:Job
Actually perform the task. This call blocks until the Job is complete. -
getName
Description copied from interface:Job
Descriptive name of the task -
setMessage
Description copied from interface:ReplyJob
Called by InNetMessagePool when an I2NPMessage matching a MessageSelector registered with the OutboundMessageRegistry is received- Specified by:
setMessage
in interfaceReplyJob
-