Uses of Class
net.i2p.router.message.PayloadGarlicConfig
Packages that use PayloadGarlicConfig
-
Uses of PayloadGarlicConfig in net.i2p.router.message
Methods in net.i2p.router.message with parameters of type PayloadGarlicConfigModifier and TypeMethodDescription(package private) static GarlicMessage
OutboundClientMessageJobHelper.createGarlicMessage
(RouterContext ctx, long replyToken, long expiration, PublicKey recipientPK, PayloadGarlicConfig dataClove, Hash from, Destination dest, TunnelInfo replyTunnel, int tagsToSendOverride, int lowTagsOverride, SessionKey wrappedKey, Set<SessionTag> wrappedTags, boolean requireAck, LeaseSet bundledReplyLeaseSet, ReplyCallback callback) Allow the app to specify the data clove directly, which enables OutboundClientMessage to resend the same payload (including expiration and unique id) in different garlics (down different tunnels) This is called from OCMOSJ