Uses of Class
org.java_websocket.enums.ReadyState
-
Packages that use ReadyState 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. -
-
Uses of ReadyState in org.java_websocket
Fields in org.java_websocket declared as ReadyState Modifier and Type Field Description private ReadyState
WebSocketImpl. readyState
The current state of the connectionMethods in org.java_websocket that return ReadyState Modifier and Type Method Description ReadyState
WebSocket. getReadyState()
Retrieve the WebSocket 'ReadyState'.ReadyState
WebSocketImpl. getReadyState()
-
Uses of ReadyState in org.java_websocket.client
Methods in org.java_websocket.client that return ReadyState Modifier and Type Method Description ReadyState
WebSocketClient. getReadyState()
This represents the state of the connection. -
Uses of ReadyState in org.java_websocket.enums
Methods in org.java_websocket.enums that return ReadyState Modifier and Type Method Description static ReadyState
ReadyState. valueOf(java.lang.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.
-