Package pyamf :: Package flex :: Module messaging :: Class CommandMessageExt
[hide private]
[frames] | no frames]

Class CommandMessageExt

source code


A CommandMessage, but implementing ISmallMessage.


Since: 0.5

Nested Classes [hide private]
  __amf__
Instance Methods [hide private]

Inherited from CommandMessage: __init__, __readamf__, __writeamf__, getSmallMessage

Inherited from AbstractMessage: __repr__, decodeSmallAttribute, encodeSmallAttribute

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]

Inherited from CommandMessage: AUTHENTICATION_MESSAGE_REF_TYPE, CLUSTER_REQUEST_OPERATION, DISCONNECT_OPERATION, LOGIN_OPERATION, LOGOUT_OPERATION, PING_OPERATION, POLL_OPERATION, SELECTOR_HEADER, SESSION_INVALIDATE_OPERATION, SUBSCRIBE_OPERATION, SYNC_OPERATION, UNKNOWN_OPERATION, UNSUBSCRIBE_OPERATION

Inherited from AsyncMessage: SUBTOPIC_HEADER

Inherited from AbstractMessage: DESTINATION_CLIENT_ID_HEADER, ENDPOINT_HEADER, REMOTE_CREDENTIALS_HEADER, REQUEST_TIMEOUT_HEADER, SMALL_ATTRIBUTES, SMALL_ATTRIBUTE_FLAGS, SMALL_UUIDS, SMALL_UUID_FLAGS

Instance Variables [hide private]

Inherited from CommandMessage: messageRefType, operation

Inherited from AsyncMessage: correlationId

Inherited from AbstractMessage: body, clientId, destination, headers, messageId, timeToLive, timestamp

Properties [hide private]

Inherited from object: __class__