public class CommandMessage extends AsyncMessage
mx:RemoteObject tag.| Modifier and Type | Field and Description |
|---|---|
String |
messageRefType |
int |
operation
Command id to execute.
|
protected static byte |
OPERATION_FLAG |
CORRELATION_ID_BYTES_FLAG, CORRELATION_ID_FLAG, correlationId, correlationIdBytesbody, clientId, clientIdBytes, destination, headers, messageId, messageIdBytes, timestamp, timeToLiveDESTINATION_CLIENT_ID_HEADER, ENDPOINT_HEADER, FLEX_CLIENT_ID_HEADER, MESSAGING_VERSION, NEEDS_CONFIG_HEADER, POLL_WAIT_HEADER, PRESERVE_DURABLE_HEADER, REMOTE_CREDENTIALS_HEADER, REMOVE_SUBSCRIPTIONS, SELECTOR_HEADER, SUBSCRIPTION_INVALIDATED_HEADER, SUBTOPIC_SEPARATOR, SYNC_HEADER| Constructor and Description |
|---|
CommandMessage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addParameters(StringBuilder result)
Add message properties to string.
|
int |
getOperation() |
void |
readExternal(IDataInput in) |
void |
setOperation(int operation) |
void |
writeExternal(IDataOutput out) |
getCorrelationId, setCorrelationIdgetBody, getClientId, getDestination, getHeader, getHeaders, getMessageId, getTimestamp, getTimeToLive, headerExists, readFlags, setBody, setClientId, setDestination, setHeader, setHeaders, setMessageId, setTimestamp, setTimeToLive, toStringprotected static byte OPERATION_FLAG
public String messageRefType
public int operation
protected void addParameters(StringBuilder result)
addParameters in class AsyncMessageresult - StringBuilder to add properties topublic int getOperation()
public void setOperation(int operation)
public void readExternal(IDataInput in)
readExternal in class AsyncMessagepublic void writeExternal(IDataOutput out)
writeExternal in class AsyncMessageCopyright © 2005–2017 Red5. All rights reserved.