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
All Methods Instance Methods Abstract Methods 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 Detail
-
setMessage
void setMessage(I2NPMessage message)
Called by InNetMessagePool when an I2NPMessage matching a MessageSelector registered with the OutboundMessageRegistry is received
-
-