Uses of Enum
org.eclipse.jetty.websocket.common.io.ConnectionState.State
Packages that use ConnectionState.State
Package
Description
Jetty WebSocket Common : I/O Implementation
-
Uses of ConnectionState.State in org.eclipse.jetty.websocket.common.io
Fields in org.eclipse.jetty.websocket.common.io with type parameters of type ConnectionState.StateModifier and TypeFieldDescriptionprivate final AtomicReference
<ConnectionState.State> ConnectionState.state
Methods in org.eclipse.jetty.websocket.common.io that return ConnectionState.StateModifier and TypeMethodDescriptionstatic ConnectionState.State
Returns the enum constant of this type with the specified name.static ConnectionState.State[]
ConnectionState.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.websocket.common.io with parameters of type ConnectionState.StateModifier and TypeMethodDescriptionprivate String
ConnectionState.toString
(ConnectionState.State state)