|
Openfire 3.7.1 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Connection.TLSPolicy>
org.jivesoftware.openfire.Connection.TLSPolicy
public static enum Connection.TLSPolicy
Enumeration of possible TLS policies required to interact with the server.
Enum Constant Summary | |
---|---|
disabled
TLS is not available. |
|
optional
TLS is optional to interact with the server. |
|
required
TLS is required to interact with the server. |
Method Summary | |
---|---|
static Connection.TLSPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Connection.TLSPolicy[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Connection.TLSPolicy required
public static final Connection.TLSPolicy optional
public static final Connection.TLSPolicy disabled
Method Detail |
---|
public static final Connection.TLSPolicy[] values()
for(Connection.TLSPolicy c : Connection.TLSPolicy.values()) System.out.println(c);
public static Connection.TLSPolicy valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
Openfire 3.7.1 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |