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)
-
-
-
Field Detail
-
key
public final SessionKey key
ElG or ratchet
-
tag
public final SessionTag tag
non-null for ElG
-
rtag
public final RatchetSessionTag rtag
non-null for ratchet- Since:
- 0.9.46
-
-
Constructor Detail
-
OneTimeSession
public OneTimeSession(SessionKey key, SessionTag tag)
-
OneTimeSession
public OneTimeSession(SessionKey key, RatchetSessionTag tag)
- Since:
- 0.9.46
-
-