Package net.i2p.router
Interface ReplyJob
- All Superinterfaces:
Job
- All Known Implementing Classes:
DirectLookupMatchJob
,FloodOnlyLookupMatchJob
,SearchUpdateReplyFoundJob
Defines an executable task that can be fired off in reply to a message
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-