Uses of Class
org.drasyl.util.ConcurrentReference
Package
Description
Contains classes necessary for encrypted peer/application communication.
Utility classes used across multiple packages.
-
Uses of ConcurrentReference in org.drasyl.node.handler.crypto
Modifier and TypeMethodDescriptionSession.getCurrentActiveAgreement()
Session.getCurrentInactiveAgreement()
ModifierConstructorDescriptionSession
(Agreement longTimeAgreement, ConcurrentReference<PendingAgreement> currentInactiveAgreement, int maxAgreements, Duration sessionExpireTime) -
Uses of ConcurrentReference in org.drasyl.util
Modifier and TypeMethodDescriptionstatic <T> ConcurrentReference<T>
ConcurrentReference.of()
Creates a new empty write many read many memory.static <T> ConcurrentReference<T>
ConcurrentReference.of
(T initialValue) Creates a new write many read many memory with the initial value ofinitialValue
.