Uses of Enum Class
org.java_websocket.enums.ReadyState
Packages that use ReadyState
Package
Description
This package encapsulates all implementations in relation with the WebSocketClient.
This package encapsulates all enums.
-
Uses of ReadyState in org.java_websocket
Methods in org.java_websocket that return ReadyStateModifier and TypeMethodDescriptionWebSocket.getReadyState()Retrieve the WebSocket 'ReadyState'.WebSocketImpl.getReadyState() -
Uses of ReadyState in org.java_websocket.client
Methods in org.java_websocket.client that return ReadyStateModifier and TypeMethodDescriptionWebSocketClient.getReadyState()This represents the state of the connection. -
Uses of ReadyState in org.java_websocket.enums
Methods in org.java_websocket.enums that return ReadyStateModifier and TypeMethodDescriptionstatic ReadyStateReturns the enum constant of this class with the specified name.static ReadyState[]ReadyState.values()Returns an array containing the constants of this enum class, in the order they are declared.