Uses of Enum Class
org.glassfish.grizzly.websockets.SimpleWebSocket.State
Packages that use SimpleWebSocket.State
-
Uses of SimpleWebSocket.State in org.glassfish.grizzly.websockets
Fields in org.glassfish.grizzly.websockets with type parameters of type SimpleWebSocket.StateModifier and TypeFieldDescriptionprotected final EnumSet<SimpleWebSocket.State>SimpleWebSocket.connectedprotected final AtomicReference<SimpleWebSocket.State>SimpleWebSocket.stateMethods in org.glassfish.grizzly.websockets that return SimpleWebSocket.StateModifier and TypeMethodDescriptionstatic SimpleWebSocket.StateReturns the enum constant of this class with the specified name.static SimpleWebSocket.State[]SimpleWebSocket.State.values()Returns an array containing the constants of this enum class, in the order they are declared.