Uses of Enum
org.jgroups.protocols.SWIFT_PING.AUTH_TYPE
Packages that use SWIFT_PING.AUTH_TYPE
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of SWIFT_PING.AUTH_TYPE in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type SWIFT_PING.AUTH_TYPEModifier and TypeFieldDescriptionprivate static final Map<String, SWIFT_PING.AUTH_TYPE> SWIFT_PING.AUTH_TYPE.LOOKUPMethods in org.jgroups.protocols that return SWIFT_PING.AUTH_TYPEModifier and TypeMethodDescriptionstatic SWIFT_PING.AUTH_TYPESWIFT_PING.AUTH_TYPE.getByConfigName(String configName) static SWIFT_PING.AUTH_TYPEReturns the enum constant of this type with the specified name.static SWIFT_PING.AUTH_TYPE[]SWIFT_PING.AUTH_TYPE.values()Returns an array containing the constants of this enum type, in the order they are declared.