Uses of Class
org.java_websocket.WebSocket.READYSTATE
-
Packages that use WebSocket.READYSTATE Package Description org.java_websocket org.java_websocket.client This package encapsulates all implementations in relation with the WebSocketClient. -
-
Uses of WebSocket.READYSTATE in org.java_websocket
Methods in org.java_websocket that return WebSocket.READYSTATE Modifier and Type Method Description WebSocket.READYSTATEWebSocket. getReadyState()Retrieve the WebSocket 'readyState'.WebSocket.READYSTATEWebSocketImpl. getReadyState()static WebSocket.READYSTATEWebSocket.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. -
Uses of WebSocket.READYSTATE in org.java_websocket.client
Methods in org.java_websocket.client that return WebSocket.READYSTATE Modifier and Type Method Description WebSocket.READYSTATEWebSocketClient. getReadyState()This represents the state of the connection.
-