Home | Trees | Indices | Help |
|
---|
|
Abstract base class for all Flex messages.
Messages have two customizable sections; headers and data. The headers property provides access to specialized meta information for a specific message instance. The data property contains the instance specific data that needs to be delivered and processed by the decoder.
See Also: AbstractMessage on Livedocs (external)
|
|||
|
|||
|
|||
Inherited from |
|
|||
mixed
|
body Specific data that needs to be delivered to the remote destination. |
||
str
|
clientId Indicates which client sent the message. |
||
str
|
destination Message destination. |
||
dict
|
headers Message headers. |
||
str
|
messageId Unique Message ID. |
||
int
|
timeToLive How long the message should be considered valid and deliverable. |
||
int
|
timestamp Timestamp when the message was generated. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
|
headersMessage headers. Core header names start with DS.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Feb 23 14:07:04 2009 | http://epydoc.sourceforge.net |