Class AsyncMessageExt
java.lang.Object
org.red5.compatibility.flex.messaging.messages.AbstractMessage
org.red5.compatibility.flex.messaging.messages.AsyncMessage
org.red5.compatibility.flex.messaging.messages.AsyncMessageExt
- All Implemented Interfaces:
Serializable
,Message
,IExternalizable
An externalizable version of a given AsyncMessage. The class alias for this class within flex is "DSA".
- Author:
- Paul Gregoire (mondain@gmail.com)
- See Also:
-
Field Summary
Fields inherited from class org.red5.compatibility.flex.messaging.messages.AsyncMessage
CORRELATION_ID_BYTES_FLAG, CORRELATION_ID_FLAG, correlationId, correlationIdBytes, log
Fields inherited from class org.red5.compatibility.flex.messaging.messages.AbstractMessage
body, clientId, clientIdBytes, destination, headers, messageId, messageIdBytes, timestamp, timeToLive
Fields inherited from interface org.red5.compatibility.flex.messaging.messages.Message
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setMessage
(AsyncMessage message) void
writeExternal
(IDataOutput output) Store custom object to stream.Methods inherited from class org.red5.compatibility.flex.messaging.messages.AsyncMessage
addParameters, getCorrelationId, readExternal, setCorrelationId
Methods inherited from class org.red5.compatibility.flex.messaging.messages.AbstractMessage
getBody, getClientId, getDestination, getHeader, getHeaders, getMessageId, getTimestamp, getTimeToLive, headerExists, readFlags, setBody, setClientId, setDestination, setHeader, setHeaders, setMessageId, setTimestamp, setTimeToLive, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.red5.io.amf3.IExternalizable
readExternal
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
message
-
-
Constructor Details
-
AsyncMessageExt
public AsyncMessageExt() -
AsyncMessageExt
-
-
Method Details
-
setMessage
-
getMessage
-
writeExternal
Description copied from interface:IExternalizable
Store custom object to stream.- Specified by:
writeExternal
in interfaceIExternalizable
- Overrides:
writeExternal
in classAsyncMessage
- Parameters:
output
- object to be used for data storing
-