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