Uses of Class
org.eclipse.jetty.websocket.common.io.ConnectionState.State
-
Packages that use ConnectionState.State Package Description org.eclipse.jetty.websocket.common.io 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.State Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<ConnectionState.State>
ConnectionState. state
Methods in org.eclipse.jetty.websocket.common.io that return ConnectionState.State Modifier and Type Method Description static ConnectionState.State
ConnectionState.State. valueOf(java.lang.String name)
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.State Modifier and Type Method Description private java.lang.String
ConnectionState. toString(ConnectionState.State state)
-