public static enum Octane.OctaneCustomSettings.Setting extends Enum<Octane.OctaneCustomSettings.Setting>
| Enum Constant and Description |
|---|
CONNECTION_TIMEOUT |
READ_TIMEOUT |
SHARED_HTTP_TRANSPORT |
TRUST_ALL_CERTS |
| Modifier and Type | Method and Description |
|---|---|
static Octane.OctaneCustomSettings.Setting |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Octane.OctaneCustomSettings.Setting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Octane.OctaneCustomSettings.Setting READ_TIMEOUT
public static final Octane.OctaneCustomSettings.Setting CONNECTION_TIMEOUT
public static final Octane.OctaneCustomSettings.Setting TRUST_ALL_CERTS
public static final Octane.OctaneCustomSettings.Setting SHARED_HTTP_TRANSPORT
public static Octane.OctaneCustomSettings.Setting[] values()
for (Octane.OctaneCustomSettings.Setting c : Octane.OctaneCustomSettings.Setting.values()) System.out.println(c);
public static Octane.OctaneCustomSettings.Setting 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 nullCopyright © 2021 Micro Focus. All rights reserved.