Uses of Class
org.drasyl.util.ConcurrentReference
Packages that use 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
Methods in org.drasyl.node.handler.crypto that return ConcurrentReferenceModifier and TypeMethodDescriptionSession.getCurrentActiveAgreement()Session.getCurrentInactiveAgreement()Constructors in org.drasyl.node.handler.crypto with parameters of type ConcurrentReferenceModifierConstructorDescriptionSession(Agreement longTimeAgreement, ConcurrentReference<PendingAgreement> currentInactiveAgreement, int maxAgreements, Duration sessionExpireTime) -
Uses of ConcurrentReference in org.drasyl.util
Methods in org.drasyl.util that return ConcurrentReferenceModifier 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.