public static enum HttpClientProperties.Pool.PoolType extends Enum<HttpClientProperties.Pool.PoolType>
| Enum Constant and Description |
|---|
DISABLED
Disabled pool type.
|
ELASTIC
Elastic pool type.
|
FIXED
Fixed pool type.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpClientProperties.Pool.PoolType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpClientProperties.Pool.PoolType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpClientProperties.Pool.PoolType ELASTIC
public static final HttpClientProperties.Pool.PoolType FIXED
public static final HttpClientProperties.Pool.PoolType DISABLED
public static HttpClientProperties.Pool.PoolType[] values()
for (HttpClientProperties.Pool.PoolType c : HttpClientProperties.Pool.PoolType.values()) System.out.println(c);
public static HttpClientProperties.Pool.PoolType 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 Pivotal Software, Inc.. All rights reserved.