Package org.glassfish.tyrus.core.cluster
Enum Class RemoteSession.DistributedMapKey
java.lang.Object
java.lang.Enum<RemoteSession.DistributedMapKey>
org.glassfish.tyrus.core.cluster.RemoteSession.DistributedMapKey
- All Implemented Interfaces:
Serializable
,Comparable<RemoteSession.DistributedMapKey>
,Constable
- Enclosing class:
RemoteSession
public static enum RemoteSession.DistributedMapKey
extends Enum<RemoteSession.DistributedMapKey>
implements Serializable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionCluster connection Id.Max binary buffer size.Max idle timeout.Max text buffer size.Negotiated extensions.Negotiated subprotocol.Path parameters.Query string.Request Parameter map.Request URI.Secure flag.User principal. -
Method Summary
Modifier and TypeMethodDescriptiontoString()
Returns the enum constant of this class with the specified name.static RemoteSession.DistributedMapKey[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NEGOTIATED_SUBPROTOCOL
Negotiated subprotocol.Value must be
String
.- See Also:
-
NEGOTIATED_EXTENSIONS
- See Also:
-
SECURE
Secure flag.Value must be
boolean
orBoolean
.- See Also:
-
MAX_IDLE_TIMEOUT
Max idle timeout.Value must be
long
orLong
.- See Also:
-
MAX_BINARY_MESSAGE_BUFFER_SIZE
Max binary buffer size.Value must be
int
orInteger
.- See Also:
-
MAX_TEXT_MESSAGE_BUFFER_SIZE
Max text buffer size.Value must be
int
orInteger
.- See Also:
-
REQUEST_URI
Request URI.Value must be
URI
.- See Also:
-
REQUEST_PARAMETER_MAP
- See Also:
-
QUERY_STRING
Query string.Value must be
String
.- See Also:
-
PATH_PARAMETERS
- See Also:
-
USER_PRINCIPAL
User principal.Value must be
Principal
.- See Also:
-
CONNECTION_ID
Cluster connection Id. (internal property).Value must be
String
.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<RemoteSession.DistributedMapKey>
-