Class FloodOnlyLookupMatchJob

java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
All Implemented Interfaces:
Job, ReplyJob

class FloodOnlyLookupMatchJob
extends JobImpl
implements ReplyJob
  • 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.
      Specified by:
      runJob in interface Job
    • getName

      public String getName()
      Description copied from interface: Job
      Descriptive name of the task
      Specified by:
      getName in interface Job
    • setMessage

      public void setMessage​(I2NPMessage message)
      Description copied from interface: ReplyJob
      Called by InNetMessagePool when an I2NPMessage matching a MessageSelector registered with the OutboundMessageRegistry is received
      Specified by:
      setMessage in interface ReplyJob