Uses of Enum
com.neovisionaries.ws.client.WebSocketError
-
Uses of WebSocketError in com.neovisionaries.ws.client
Subclasses with type arguments of type WebSocketError in com.neovisionaries.ws.clientMethods in com.neovisionaries.ws.client that return WebSocketErrorModifier and TypeMethodDescriptionWebSocketException.getError()static WebSocketErrorReturns the enum constant of this type with the specified name.static WebSocketError[]WebSocketError.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.neovisionaries.ws.client with parameters of type WebSocketErrorModifierConstructorDescriptionWebSocketException(WebSocketError error) WebSocketException(WebSocketError error, String message) WebSocketException(WebSocketError error, String message, Throwable cause) WebSocketException(WebSocketError error, Throwable cause)