public enum SecurityMode extends Enum<SecurityMode>
| Modifier and Type | Method and Description |
|---|---|
org.jivesoftware.smack.ConnectionConfiguration.SecurityMode |
getConfigurationValue() |
static SecurityMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityMode DISABLE
public static final SecurityMode ENABLE
public static final SecurityMode REQUIRED
public static SecurityMode[] values()
for (SecurityMode c : SecurityMode.values()) System.out.println(c);
public static SecurityMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic org.jivesoftware.smack.ConnectionConfiguration.SecurityMode getConfigurationValue()
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.