Class MessageWrapper.WrappedMessage
- java.lang.Object
-
- net.i2p.router.networkdb.kademlia.MessageWrapper.WrappedMessage
-
- Enclosing class:
- MessageWrapper
static class MessageWrapper.WrappedMessage extends Object
Wrapper so that we can keep track of the key and tags for later notification to the SKM
-
-
Constructor Summary
Constructors Constructor Description WrappedMessage(GarlicMessage msg, SessionKeyManager skm, PublicKey sentTo, SessionKey sentKey, TagSetHandle tsh)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
acked()
delivered tags (if any) were acked(package private) void
fail()
delivered tags (if any) were not acked(package private) GarlicMessage
getMessage()
-
-
-
Constructor Detail
-
WrappedMessage
WrappedMessage(GarlicMessage msg, SessionKeyManager skm, PublicKey sentTo, SessionKey sentKey, TagSetHandle tsh)
-
-
Method Detail
-
getMessage
GarlicMessage getMessage()
-
acked
void acked()
delivered tags (if any) were acked
-
fail
void fail()
delivered tags (if any) were not acked
-
-