Class FloodOnlyLookupMatchJob

    • Method Detail

      • 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