Uses of Enum
com.neovisionaries.ws.client.WebSocketState
-
Uses of WebSocketState in com.neovisionaries.ws.client
Subclasses with type arguments of type WebSocketState in com.neovisionaries.ws.clientMethods in com.neovisionaries.ws.client that return WebSocketStateModifier and TypeMethodDescriptionWebSocket.getState()Get the current state of this WebSocket.static WebSocketStateReturns the enum constant of this type with the specified name.static WebSocketState[]WebSocketState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.neovisionaries.ws.client with parameters of type WebSocketStateModifier and TypeMethodDescriptionvoidWebSocketAdapter.onStateChanged(WebSocket websocket, WebSocketState newState) voidWebSocketListener.onStateChanged(WebSocket websocket, WebSocketState newState) Called after the state of the WebSocket changed.