Package 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
Modifier and Type Method Description void
setMessage(I2NPMessage message)
Called by InNetMessagePool when an I2NPMessage matching a MessageSelector registered with the OutboundMessageRegistry is received
-
Method Details
-
setMessage
Called by InNetMessagePool when an I2NPMessage matching a MessageSelector registered with the OutboundMessageRegistry is received
-