Uses of Interface
net.i2p.router.ReplyJob
Package
Description
The I2P router application handles the I2P network communication.
Creates and parses garlic messages.
The network database, including implementation of floodfills.
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
-
Uses of ReplyJob in net.i2p.router
Modifier and TypeMethodDescriptionOutNetMessage.getOnReplyJob()
If the MessageSelector detects a reply, this job is enqueued -
Uses of ReplyJob in net.i2p.router.message
ModifierConstructorDescriptionSendMessageDirectJob
(RouterContext ctx, I2NPMessage message, Hash toPeer, Job onSend, ReplyJob onSuccess, Job onFail, MessageSelector selector, int timeoutMs, int priority) SendMessageDirectJob
(RouterContext ctx, I2NPMessage message, Hash toPeer, ReplyJob onSuccess, Job onFail, MessageSelector selector, int timeoutMs, int priority) -
Uses of ReplyJob in net.i2p.router.networkdb.kademlia
Modifier and TypeClassDescription(package private) class
Override to not call failed() in setMessage(), as it will be called from runJob()(package private) class
(package private) class
Called after a match to a db search is found Used only by SearchJob which is only used by ExploreJob -
Uses of ReplyJob in net.i2p.router.transport
Modifier and TypeMethodDescriptionOutboundMessageRegistry.registerPending
(MessageSelector replySelector, ReplyJob onReply, Job onTimeout) Registers a new, empty OutNetMessage, with the reply and timeout jobs specified.