Package com.couchbase.lite.internal.core
Class C4Constants.WebSocketError
- java.lang.Object
-
- com.couchbase.lite.internal.core.C4Constants.WebSocketError
-
- Enclosing class:
- C4Constants
public static final class C4Constants.WebSocketError extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ABNORMAL_CLOSE
static int
BAD_MESSAGE_FORMAT
static int
CANT_FULFILL
static int
DATA_ERROR
static int
GOING_AWAY
static int
MESSAGE_TO_BIG
static int
MISSING_EXTENSION
static int
NO_CODE
static int
NORMAL
static int
POLICY_ERROR
static int
PROTOCOL_ERROR
static int
TLS_FAILURE
static int
USER
static int
USER_PERMANENT
static int
USER_TRANSIENT
-
-
-
Field Detail
-
NORMAL
public static final int NORMAL
- See Also:
- Constant Field Values
-
GOING_AWAY
public static final int GOING_AWAY
- See Also:
- Constant Field Values
-
PROTOCOL_ERROR
public static final int PROTOCOL_ERROR
- See Also:
- Constant Field Values
-
DATA_ERROR
public static final int DATA_ERROR
- See Also:
- Constant Field Values
-
NO_CODE
public static final int NO_CODE
- See Also:
- Constant Field Values
-
ABNORMAL_CLOSE
public static final int ABNORMAL_CLOSE
- See Also:
- Constant Field Values
-
BAD_MESSAGE_FORMAT
public static final int BAD_MESSAGE_FORMAT
- See Also:
- Constant Field Values
-
POLICY_ERROR
public static final int POLICY_ERROR
- See Also:
- Constant Field Values
-
MESSAGE_TO_BIG
public static final int MESSAGE_TO_BIG
- See Also:
- Constant Field Values
-
MISSING_EXTENSION
public static final int MISSING_EXTENSION
- See Also:
- Constant Field Values
-
CANT_FULFILL
public static final int CANT_FULFILL
- See Also:
- Constant Field Values
-
TLS_FAILURE
public static final int TLS_FAILURE
- See Also:
- Constant Field Values
-
USER
public static final int USER
- See Also:
- Constant Field Values
-
USER_TRANSIENT
public static final int USER_TRANSIENT
- See Also:
- Constant Field Values
-
USER_PERMANENT
public static final int USER_PERMANENT
- See Also:
- Constant Field Values
-
-