Uses of Class
org.jgroups.protocols.SWIFT_PING.AUTH_TYPE
-
Packages that use SWIFT_PING.AUTH_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 SWIFT_PING.AUTH_TYPE in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type SWIFT_PING.AUTH_TYPE Modifier and Type Field Description private static java.util.Map<java.lang.String,SWIFT_PING.AUTH_TYPE>SWIFT_PING.AUTH_TYPE. LOOKUPMethods in org.jgroups.protocols that return SWIFT_PING.AUTH_TYPE Modifier and Type Method Description static SWIFT_PING.AUTH_TYPESWIFT_PING.AUTH_TYPE. getByConfigName(java.lang.String configName)static SWIFT_PING.AUTH_TYPESWIFT_PING.AUTH_TYPE. valueOf(java.lang.String name)Returns 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.
-