Class: RocketAMF::Values::CommandMessageExt

Inherits:
CommandMessage show all
Defined in:
lib/rocketamf/values/messages.rb

Overview

:nodoc:

Constant Summary

Constants inherited from CommandMessage

RocketAMF::Values::CommandMessage::CLIENT_PING_OPERATION, RocketAMF::Values::CommandMessage::CLIENT_SYNC_OPERATION, RocketAMF::Values::CommandMessage::CLUSTER_REQUEST_OPERATION, RocketAMF::Values::CommandMessage::DISCONNECT_OPERATION, RocketAMF::Values::CommandMessage::EXTERNALIZABLE_FIELDS, RocketAMF::Values::CommandMessage::LOGIN_OPERATION, RocketAMF::Values::CommandMessage::LOGOUT_OPERATION, RocketAMF::Values::CommandMessage::MULTI_SUBSCRIBE_OPERATION, RocketAMF::Values::CommandMessage::POLL_OPERATION, RocketAMF::Values::CommandMessage::SESSION_INVALIDATE_OPERATION, RocketAMF::Values::CommandMessage::SUBSCRIBE_OPERATION, RocketAMF::Values::CommandMessage::UNKNOWN_OPERATION, RocketAMF::Values::CommandMessage::UNSUSBSCRIBE_OPERATION

Constants inherited from AsyncMessage

AsyncMessage::EXTERNALIZABLE_FIELDS

Constants inherited from AbstractMessage

AbstractMessage::EXTERNALIZABLE_FIELDS

Instance Attribute Summary

Attributes inherited from CommandMessage

#operation

Attributes inherited from AsyncMessage

#correlationId

Attributes inherited from AbstractMessage

#body, #clientId, #destination, #headers, #messageId, #timeToLive, #timestamp

Method Summary

Methods inherited from CommandMessage

#initialize, #read_external

Methods inherited from AsyncMessage

#correlationIdBytes=, #read_external

Methods inherited from AbstractMessage

#clientIdBytes=, #messageIdBytes=, #read_external

Constructor Details

This class inherits a constructor from RocketAMF::Values::CommandMessage