public static class ErrorTCPMsg.Code
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CLIENT_ERROR
Major category 0x02 indicating a client-side error.
|
static ErrorTCPMsg.Code |
GENERAL_CLIENT_ERROR
CLIENT_ERROR minor category 0x00 indicating a general client-side error.
|
static ErrorTCPMsg.Code |
GENERAL_SERVER_ERROR
SERVER_ERROR minor category 0x00 indicating a general server-side error.
|
static ErrorTCPMsg.Code |
INVALID_MESSAGE_TYPE
CLIENT_ERROR minor category 0x01 indicating a client-side invalid TCP message type error.
|
static ErrorTCPMsg.Code |
INVALID_POLL_ID
CLIENT_ERROR minor category 0x02 indicating a client-side invalid TCP message polling ID error.
|
static int |
SERVER_ERROR
Major category 0x03 indicating a server-side error.
|
static int |
VERSION_NEGOTIATION
Major category 0x01 indicating that the error is in TCP-message version negotiation.
|
static ErrorTCPMsg.Code |
VERSION_NOT_SUPPORTED
VERSION_NEGOTIATION minor category 0x01 indicating that the TCP message version is not supported.
|
Modifier and Type | Method and Description |
---|---|
int |
getMajor() |
int |
getMinor() |
java.lang.String |
toString() |
public static final int VERSION_NEGOTIATION
public static final int CLIENT_ERROR
public static final int SERVER_ERROR
public static final ErrorTCPMsg.Code VERSION_NOT_SUPPORTED
public static final ErrorTCPMsg.Code GENERAL_CLIENT_ERROR
public static final ErrorTCPMsg.Code INVALID_MESSAGE_TYPE
public static final ErrorTCPMsg.Code INVALID_POLL_ID
public static final ErrorTCPMsg.Code GENERAL_SERVER_ERROR