Uses of Class
org.jgroups.stack.GossipRouter.TLSClientAuth
-
Packages that use GossipRouter.TLSClientAuth Package Description org.jgroups.stack Support for managing protocol stacks. -
-
Uses of GossipRouter.TLSClientAuth in org.jgroups.stack
Methods in org.jgroups.stack that return GossipRouter.TLSClientAuth Modifier and Type Method Description static GossipRouter.TLSClientAuth
GossipRouter.TLSClientAuth. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GossipRouter.TLSClientAuth[]
GossipRouter.TLSClientAuth. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-