Uses of Class
org.jgroups.protocols.ASYM_ENCRYPT.Processing
-
Packages that use ASYM_ENCRYPT.Processing Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of ASYM_ENCRYPT.Processing in org.jgroups.protocols
Methods in org.jgroups.protocols that return ASYM_ENCRYPT.Processing Modifier and Type Method Description protected ASYM_ENCRYPT.Processing
ASYM_ENCRYPT. addMetadata(Message msg, boolean add_secret_keys, Address include_secret_key_only_for, boolean attach_fetch_key_header)
protected ASYM_ENCRYPT.Processing
ASYM_ENCRYPT. skipDownMessage(Message msg)
Processes a message with a GMS header (e.g.static ASYM_ENCRYPT.Processing
ASYM_ENCRYPT.Processing. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ASYM_ENCRYPT.Processing[]
ASYM_ENCRYPT.Processing. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-