Package | Description |
---|---|
org.java_websocket | |
org.java_websocket.client |
This package encapsulates all implementations in relation with the WebSocketClient.
|
org.java_websocket.enums |
This package encapsulates all enums.
|
Modifier and Type | Method and Description |
---|---|
ReadyState |
WebSocketImpl.getReadyState() |
ReadyState |
WebSocket.getReadyState()
Retrieve the WebSocket 'ReadyState'.
|
Modifier and Type | Method and Description |
---|---|
ReadyState |
WebSocketClient.getReadyState()
This represents the state of the connection.
|
Modifier and Type | Method and Description |
---|---|
static ReadyState |
ReadyState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadyState[] |
ReadyState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.