Uses of Class
net.anwiba.commons.xmpp.SecurityMode
-
Packages that use SecurityMode Package Description net.anwiba.commons.xmpp -
-
Uses of SecurityMode in net.anwiba.commons.xmpp
Methods in net.anwiba.commons.xmpp that return SecurityMode Modifier and Type Method Description static SecurityModeSecurityMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SecurityMode[]SecurityMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.anwiba.commons.xmpp with parameters of type SecurityMode Modifier and Type Method Description MessageSenderBuilderMessageSenderBuilder. setSecurityMode(SecurityMode isSecurityMode)
-