org.red5.compatibility.flex.data.messages
public class DataMessage extends AsyncMessage
Modifier and Type | Field and Description |
---|---|
Object |
identity |
int |
operation |
CORRELATION_ID_BYTES_FLAG, CORRELATION_ID_FLAG, correlationId, correlationIdBytes
body, clientId, clientIdBytes, destination, headers, messageId, messageIdBytes, timestamp, timeToLive
DESTINATION_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 |
---|
DataMessage() |
Modifier and Type | Method and Description |
---|---|
protected void |
addParameters(StringBuilder result)
Add message properties to string.
|
getCorrelationId, readExternal, setCorrelationId, writeExternal
getBody, getClientId, getDestination, getHeader, getHeaders, getMessageId, getTimestamp, getTimeToLive, headerExists, readFlags, setBody, setClientId, setDestination, setHeader, setHeaders, setMessageId, setTimestamp, setTimeToLive, toString
public Object identity
public int operation
protected void addParameters(StringBuilder result)
addParameters
in class AsyncMessage
result
- StringBuilder
to add properties toCopyright © 2006-2012 The Red5 Project