public enum PerHostConnectionPoolPartitioning extends Enum<PerHostConnectionPoolPartitioning> implements ConnectionPoolPartitioning
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getPartitionId(Uri uri,
ProxyServer proxyServer) |
static PerHostConnectionPoolPartitioning |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerHostConnectionPoolPartitioning[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PerHostConnectionPoolPartitioning INSTANCE
public static PerHostConnectionPoolPartitioning[] values()
for (PerHostConnectionPoolPartitioning c : PerHostConnectionPoolPartitioning.values()) System.out.println(c);
public static PerHostConnectionPoolPartitioning 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 nullpublic String getPartitionId(Uri uri, ProxyServer proxyServer)
getPartitionId in interface ConnectionPoolPartitioningCopyright © 2014. All Rights Reserved.