Uses of Class
com.neovisionaries.ws.client.WebSocketError
-
-
Uses of WebSocketError in com.neovisionaries.ws.client
Fields in com.neovisionaries.ws.client declared as WebSocketError Modifier and Type Field Description private WebSocketError
WebSocketException. mError
Methods in com.neovisionaries.ws.client that return WebSocketError Modifier and Type Method Description WebSocketError
WebSocketException. getError()
static WebSocketError
WebSocketError. valueOf(java.lang.String name)
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 WebSocketError Constructor Description OpeningHandshakeException(WebSocketError error, java.lang.String message, StatusLine statusLine, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
OpeningHandshakeException(WebSocketError error, java.lang.String message, StatusLine statusLine, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers, byte[] body)
WebSocketException(WebSocketError error)
WebSocketException(WebSocketError error, java.lang.String message)
WebSocketException(WebSocketError error, java.lang.String message, java.lang.Throwable cause)
WebSocketException(WebSocketError error, java.lang.Throwable cause)
-