| Package | Description |
|---|---|
| org.glassfish.grizzly.websockets |
| Modifier and Type | Field and Description |
|---|---|
protected EnumSet<SimpleWebSocket.State> |
SimpleWebSocket.connected |
protected AtomicReference<SimpleWebSocket.State> |
SimpleWebSocket.state |
| Modifier and Type | Method and Description |
|---|---|
static SimpleWebSocket.State |
SimpleWebSocket.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleWebSocket.State[] |
SimpleWebSocket.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 Oracle Corporation. All Rights Reserved.