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
Fields in org.java_websocket declared as ReadyStateModifier and TypeFieldDescriptionprivate ReadyStateWebSocketImpl.readyStateThe current state of the connectionMethods 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
Subclasses with type arguments of type ReadyState in org.java_websocket.enumsModifier and TypeClassDescriptionenumEnum which represents the state a websocket may be inMethods 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.