Uses of Class
net.i2p.router.message.PayloadGarlicConfig

Packages that use PayloadGarlicConfig
net.i2p.router.message Creates and parses garlic messages. 
 

Uses of PayloadGarlicConfig in net.i2p.router.message
 

Methods in net.i2p.router.message with parameters of type PayloadGarlicConfig
(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)
          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