Uses of Interface
net.i2p.router.MessageSelector
Packages that use MessageSelector
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 MessageSelector in net.i2p.router
Methods in net.i2p.router that return MessageSelectorModifier and TypeMethodDescriptionOutNetMessage.getReplySelector()
Defines a MessageSelector to find a reply to this message.Methods in net.i2p.router with parameters of type MessageSelector -
Uses of MessageSelector in net.i2p.router.message
Constructors in net.i2p.router.message with parameters of type MessageSelectorModifierConstructorDescriptionSendMessageDirectJob
(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 MessageSelector in net.i2p.router.networkdb.kademlia
Classes in net.i2p.router.networkdb.kademlia that implement MessageSelectorModifier and TypeClassDescription(package private) class
Mostly replaced by IterativeLookupSelector(package private) class
Slightly modified version of FloodOnlyLookupSelector.(package private) class
Check to see the message is a reply from the peer regarding the current search(package private) class
Check to see the message is a reply from the peer regarding the current storeFields in net.i2p.router.networkdb.kademlia declared as MessageSelectorModifier and TypeFieldDescriptionprotected final MessageSelector
FloodOnlySearchJob._replySelector
-
Uses of MessageSelector in net.i2p.router.transport
Methods in net.i2p.router.transport with parameters of type MessageSelectorModifier and TypeMethodDescriptionOutboundMessageRegistry.registerPending
(MessageSelector replySelector, ReplyJob onReply, Job onTimeout) Registers a new, empty OutNetMessage, with the reply and timeout jobs specified.