Interface ReplyJob

All Superinterfaces:
Job
All Known Implementing Classes:
DirectLookupMatchJob, FloodOnlyLookupMatchJob, SearchUpdateReplyFoundJob

public interface ReplyJob extends Job
Defines an executable task that can be fired off in reply to a message
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called by InNetMessagePool when an I2NPMessage matching a MessageSelector registered with the OutboundMessageRegistry is received

    Methods inherited from interface net.i2p.router.Job

    dropped, getAddedBy, getJobId, getName, getTiming, runJob
  • Method Details

    • setMessage

      void setMessage(I2NPMessage message)
      Called by InNetMessagePool when an I2NPMessage matching a MessageSelector registered with the OutboundMessageRegistry is received