net.i2p.router
Interface ReplyJob

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

public interface ReplyJob
extends Job

Defines an executable task that can be fired off in reply to a message


Method Summary
 void setMessage(I2NPMessage message)
          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 Detail

setMessage

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