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