Class MessageWrapper.OneTimeSession
java.lang.Object
net.i2p.router.networkdb.kademlia.MessageWrapper.OneTimeSession
- Enclosing class:
MessageWrapper
A single key and tag, for receiving a single message.
- Since:
- 0.9.7
-
Field Summary
Modifier and TypeFieldDescriptionfinal SessionKey
ElG or ratchetfinal RatchetSessionTag
non-null for ratchetfinal SessionTag
non-null for ElG -
Constructor Summary
ConstructorDescriptionOneTimeSession
(SessionKey key, SessionTag tag) OneTimeSession
(SessionKey key, RatchetSessionTag tag) -
Method Summary
-
Field Details
-
key
ElG or ratchet -
tag
non-null for ElG -
rtag
non-null for ratchet- Since:
- 0.9.46
-
-
Constructor Details
-
OneTimeSession
-
OneTimeSession
- Since:
- 0.9.46
-