public abstract class AggreGateCommand extends Command
| Constructor and Description |
|---|
AggreGateCommand() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
checkCommandString(java.lang.String commandString) |
protected static java.lang.String |
generateId() |
java.lang.String |
toString() |
add, complete, footer, getContent, getId, getTimeout, header, isAsync, isContentEmpty, send, send, send, setTimeoutpublic static final byte START_CHAR
public static final byte END_CHAR
public static final char COMMAND_CODE_MESSAGE
public static final char COMMAND_CODE_REPLY
public static final char MESSAGE_CODE_START
public static final char MESSAGE_CODE_OPERATION
public static final char MESSAGE_CODE_EVENT
public static final char MESSAGE_CODE_COMPRESSION
public static final char COMMAND_OPERATION_GET_VAR
public static final char COMMAND_OPERATION_SET_VAR
public static final char COMMAND_OPERATION_CALL_FUNCTION
public static final char COMMAND_OPERATION_ADD_EVENT_LISTENER
public static final char COMMAND_OPERATION_REMOVE_EVENT_LISTENER
public static final int INDEX_COMMAND_CODE
public static final int INDEX_ID
public static final int INDEX_MESSAGE_CODE
public static final int INDEX_START_PROTOCOL_VERSION
public static final int INDEX_START_COMPRESSION
public static final int INDEX_PROTOCOL_VERSION
public static final int INDEX_OPERATION_CODE
public static final int INDEX_OPERATION_CONTEXT
public static final int INDEX_OPERATION_TARGET
public static final int INDEX_OPERATION_MESSAGE_DATA_TABLE
public static final int INDEX_OPERATION_MESSAGE_QUEUE_NAME
public static final int INDEX_OPERATION_MESSAGE_FLAGS
public static final int INDEX_OPERATION_LISTENER_CODE
public static final int INDEX_OPERATION_FILTER
public static final int INDEX_OPERATION_FINGERPRINT
public static final int INDEX_EVENT_CONTEXT
public static final int INDEX_EVENT_NAME
public static final int INDEX_EVENT_LEVEL
public static final int INDEX_EVENT_ID
public static final int INDEX_EVENT_LISTENER
public static final int INDEX_EVENT_DATA_TABLE
public static final int INDEX_EVENT_TIMESTAMP
public static final int INDEX_EVENT_SERVER_ID
public static final int INDEX_REPLY_CODE
public static final int INDEX_REPLY_MESSAGE
public static final int INDEX_REPLY_DETAILS
public static final int INDEX_DATA_TABLE_IN_REPLY
public static final java.lang.String CLIENT_COMMAND_SEPARATOR
public static final java.lang.String CLIENT_COMMAND_VISIBLE_SEPARATOR
public static final byte JSON_START_ARRAY_SEPARATOR