public static enum SynapseConstants.ENDPOINT_TIMEOUT_TYPE extends Enum<SynapseConstants.ENDPOINT_TIMEOUT_TYPE>
| Enum Constant and Description |
|---|
ENDPOINT_TIMEOUT |
GLOBAL_TIMEOUT |
HTTP_CONNECTION_TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
static SynapseConstants.ENDPOINT_TIMEOUT_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynapseConstants.ENDPOINT_TIMEOUT_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynapseConstants.ENDPOINT_TIMEOUT_TYPE ENDPOINT_TIMEOUT
public static final SynapseConstants.ENDPOINT_TIMEOUT_TYPE GLOBAL_TIMEOUT
public static final SynapseConstants.ENDPOINT_TIMEOUT_TYPE HTTP_CONNECTION_TIMEOUT
public static SynapseConstants.ENDPOINT_TIMEOUT_TYPE[] values()
for (SynapseConstants.ENDPOINT_TIMEOUT_TYPE c : SynapseConstants.ENDPOINT_TIMEOUT_TYPE.values()) System.out.println(c);
public static SynapseConstants.ENDPOINT_TIMEOUT_TYPE 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 © 2005–2024 Apache Software Foundation. All rights reserved.