public static enum ClusterSession.DistributedMapKey extends Enum<ClusterSession.DistributedMapKey> implements Serializable
| Enum Constant and Description |
|---|
MAX_BINARY_MESSAGE_BUFFER_SIZE |
MAX_IDLE_TIMEOUT |
MAX_TEXT_MESSAGE_BUFFER_SIZE |
NEGOTIATED_EXTENSIONS |
NEGOTIATED_SUBPROTOCOL |
PATH_PARAMETERS |
QUERY_STRING |
REQUEST_PARAMETER_MAP |
REQUEST_URI |
SECURE |
USER_PRINCIPAL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ClusterSession.DistributedMapKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterSession.DistributedMapKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterSession.DistributedMapKey NEGOTIATED_SUBPROTOCOL
public static final ClusterSession.DistributedMapKey NEGOTIATED_EXTENSIONS
public static final ClusterSession.DistributedMapKey SECURE
public static final ClusterSession.DistributedMapKey MAX_IDLE_TIMEOUT
public static final ClusterSession.DistributedMapKey MAX_BINARY_MESSAGE_BUFFER_SIZE
public static final ClusterSession.DistributedMapKey MAX_TEXT_MESSAGE_BUFFER_SIZE
public static final ClusterSession.DistributedMapKey REQUEST_URI
public static final ClusterSession.DistributedMapKey REQUEST_PARAMETER_MAP
public static final ClusterSession.DistributedMapKey QUERY_STRING
public static final ClusterSession.DistributedMapKey PATH_PARAMETERS
public static final ClusterSession.DistributedMapKey USER_PRINCIPAL
public static ClusterSession.DistributedMapKey[] values()
for (ClusterSession.DistributedMapKey c : ClusterSession.DistributedMapKey.values()) System.out.println(c);
public static ClusterSession.DistributedMapKey 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 toString()
toString in class Enum<ClusterSession.DistributedMapKey>Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.