| 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
|
|||
| __amf__ | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
|||
DESTINATION_CLIENT_ID_HEADER =
|
|||
ENDPOINT_HEADER =
|
|||
REMOTE_CREDENTIALS_HEADER =
|
|||
REQUEST_TIMEOUT_HEADER =
|
|||
SMALL_ATTRIBUTE_FLAGS =
|
|||
SMALL_ATTRIBUTES =
|
|||
SMALL_UUID_FLAGS =
|
|||
SMALL_UUIDS =
|
|||
|
|||
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 help(type(x)) for signature
|
repr(x)
|
Since: 0.5 |
Since: 0.5 |
Return a ISmallMessage representation of this object. If one is not
available, Since: 0.5 |
|
|||
SMALL_ATTRIBUTES
|
|
|||
headersMessage headers. Core header names start with DS.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Jul 18 11:44:00 2011 | http://epydoc.sourceforge.net |