public class RemotingMessage extends RPCMessage
mx:RemoteObject mxml tag.| Modifier and Type | Field and Description |
|---|---|
String |
operation
Method to execute.
|
String |
source
Value of the
source attribute of mx:RemoteObject that sent the message. |
body, 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 |
|---|
RemotingMessage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addParameters(StringBuilder result)
Add message properties to string.
|
String |
getOperation() |
Object[] |
getParameters() |
String |
getSource() |
void |
setOperation(String operation) |
void |
setParameters(Object... params) |
void |
setSource(String source) |
getRemotePassword, getRemoteUsername, setRemotePassword, setRemoteUsername, writeExternalgetBody, getClientId, getDestination, getHeader, getHeaders, getMessageId, getTimestamp, getTimeToLive, headerExists, readExternal, readFlags, setBody, setClientId, setDestination, setHeader, setHeaders, setMessageId, setTimestamp, setTimeToLive, toStringpublic String operation
public String source
source attribute of mx:RemoteObject that sent the message.public String getOperation()
public void setOperation(String operation)
public String getSource()
public void setSource(String source)
public Object[] getParameters()
public void setParameters(Object... params)
protected void addParameters(StringBuilder result)
addParameters in class RPCMessageresult - StringBuilder to add properties toCopyright © 2005–2017 Red5. All rights reserved.