Class CommandMessageExt
java.lang.Object
org.red5.compatibility.flex.messaging.messages.AbstractMessage
org.red5.compatibility.flex.messaging.messages.AsyncMessage
org.red5.compatibility.flex.messaging.messages.CommandMessage
org.red5.compatibility.flex.messaging.messages.CommandMessageExt
- All Implemented Interfaces:
Serializable,Message,IExternalizable
An externalizable version of a given CommandMessage. The class alias for this class within flex is "DSC".
- Author:
- Paul Gregoire ([email protected])
- See Also:
-
Field Summary
FieldsFields inherited from class org.red5.compatibility.flex.messaging.messages.CommandMessage
log, messageRefType, operation, OPERATION_FLAGFields inherited from class org.red5.compatibility.flex.messaging.messages.AsyncMessage
CORRELATION_ID_BYTES_FLAG, CORRELATION_ID_FLAG, correlationId, correlationIdBytesFields inherited from class org.red5.compatibility.flex.messaging.messages.AbstractMessage
body, clientId, clientIdBytes, destination, headers, messageId, messageIdBytes, timestamp, timeToLiveFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteExternal(IDataOutput out) Store custom object to stream.Methods inherited from class org.red5.compatibility.flex.messaging.messages.CommandMessage
addParameters, getOperation, readExternal, setOperationMethods inherited from class org.red5.compatibility.flex.messaging.messages.AsyncMessage
getCorrelationId, setCorrelationIdMethods 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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.red5.io.amf3.IExternalizable
readExternal
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
message
-
-
Constructor Details
-
CommandMessageExt
public CommandMessageExt() -
CommandMessageExt
-
-
Method Details
-
writeExternal
Description copied from interface:IExternalizableStore custom object to stream.- Specified by:
writeExternalin interfaceIExternalizable- Overrides:
writeExternalin classCommandMessage- Parameters:
out- object to be used for data storing
-