Uses of Enum
com.neovisionaries.ws.client.WebSocketError
-
Uses of WebSocketError in com.neovisionaries.ws.client
Fields in com.neovisionaries.ws.client declared as WebSocketErrorMethods in com.neovisionaries.ws.client that return WebSocketErrorModifier and TypeMethodDescriptionWebSocketException.getError()
static WebSocketError
Returns 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 WebSocketErrorModifierConstructorDescription(package private)
OpeningHandshakeException
(WebSocketError error, String message, StatusLine statusLine, Map<String, List<String>> headers) (package private)
OpeningHandshakeException
(WebSocketError error, String message, StatusLine statusLine, Map<String, List<String>> headers, byte[] body) WebSocketException
(WebSocketError error) WebSocketException
(WebSocketError error, String message) WebSocketException
(WebSocketError error, String message, Throwable cause) WebSocketException
(WebSocketError error, Throwable cause)