public enum SslMode extends Enum<SslMode>
Enum Constant and Description |
---|
DISABLED
Disabled.
|
REQUIRED
Required.
|
Modifier and Type | Method and Description |
---|---|
static SslMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SslMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SslMode DISABLED
public static final SslMode REQUIRED
public static SslMode[] values()
for (SslMode c : SslMode.values()) System.out.println(c);
public static SslMode 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 null
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024