Class AcknowledgeMessageExt
java.lang.Object
org.red5.compatibility.flex.messaging.messages.AbstractMessage
org.red5.compatibility.flex.messaging.messages.AsyncMessage
org.red5.compatibility.flex.messaging.messages.AcknowledgeMessage
org.red5.compatibility.flex.messaging.messages.AcknowledgeMessageExt
- All Implemented Interfaces:
Serializable,Message,IExternalizable
An externalizable version of a given AcknowledgeMessage. The class alias for this class within flex is "DSK".
- Author:
- Paul Gregoire ([email protected])
- See Also:
-
Field Summary
FieldsFields inherited from class org.red5.compatibility.flex.messaging.messages.AcknowledgeMessage
logFields 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 TypeMethodDescriptionvoidsetMessage(AcknowledgeMessage message) voidwriteExternal(IDataOutput output) Store custom object to stream.Methods inherited from class org.red5.compatibility.flex.messaging.messages.AcknowledgeMessage
readExternalMethods inherited from class org.red5.compatibility.flex.messaging.messages.AsyncMessage
addParameters, 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
-
AcknowledgeMessageExt
public AcknowledgeMessageExt() -
AcknowledgeMessageExt
-
-
Method Details
-
setMessage
-
getMessage
-
writeExternal
Description copied from interface:IExternalizableStore custom object to stream.- Specified by:
writeExternalin interfaceIExternalizable- Overrides:
writeExternalin classAcknowledgeMessage- Parameters:
output- object to be used for data storing
-