Class MessageWrapper.OneTimeSession
java.lang.Object
net.i2p.router.networkdb.kademlia.MessageWrapper.OneTimeSession
- Enclosing class:
- MessageWrapper
public static class MessageWrapper.OneTimeSession extends Object
A single key and tag, for receiving a single message.
- Since:
- 0.9.7
-
Field Summary
Fields Modifier and Type Field Description SessionKey
key
ElG or ratchetRatchetSessionTag
rtag
non-null for ratchetSessionTag
tag
non-null for ElG -
Constructor Summary
Constructors Constructor Description OneTimeSession(SessionKey key, SessionTag tag)
OneTimeSession(SessionKey key, RatchetSessionTag tag)
-
Method Summary
-
Field Details
-
Constructor Details
-
OneTimeSession
-
OneTimeSession
- Since:
- 0.9.46
-