Uses of Class
org.jgroups.protocols.SaslHeader.Type
-
Packages that use SaslHeader.Type Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of SaslHeader.Type in org.jgroups.protocols
Methods in org.jgroups.protocols that return SaslHeader.Type Modifier and Type Method Description SaslHeader.Type
SaslHeader. getType()
static SaslHeader.Type
SaslHeader.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaslHeader.Type[]
SaslHeader.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgroups.protocols with parameters of type SaslHeader.Type Modifier and Type Method Description void
SaslHeader. setType(SaslHeader.Type type)
SaslHeader
SaslHeader. type(SaslHeader.Type type)
Constructors in org.jgroups.protocols with parameters of type SaslHeader.Type Constructor Description SaslHeader(SaslHeader.Type type, byte[] payload)
-