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
Subclasses with type arguments of type ConnectionState.State in org.eclipse.jetty.websocket.common.ioFields in org.eclipse.jetty.websocket.common.io with type parameters of type ConnectionState.StateModifier and TypeFieldDescriptionprivate final AtomicReference<ConnectionState.State> ConnectionState.stateMethods in org.eclipse.jetty.websocket.common.io that return ConnectionState.StateModifier and TypeMethodDescriptionstatic ConnectionState.StateReturns 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 StringConnectionState.toString(ConnectionState.State state)