| | Class | Description |
| | FlashMOGDataEvent | |
| | FlashMOGService | |
| | Log |
this class encapsulates logging functions so that you can redefine them
to write a text file, query a server, write a socket, or whatever makes it
easier for you to develop and debug
|
| | RPCSocket |
RPCSocket extends XMLSocket, adding
a couple of useful informational properties such as a
the host, the port, an 'attempting to connect' indicator boolean,
and an ability to route incoming socket messages to the
appropriate method of the appropriate Service
|
| | SerializerAMF3 |
The SerializerAMF3 Class implements the Serializer interface, thereby
implementing a serialize method and an unserialize method for converting
data objects to a series of bytes in AMF3 format and back. |
| | SerializerJSON |
The SerializerAMF3 Class implements the Serializer interface, thereby
implementing a serialize method and an unserialize method for converting
data objects to a series of bytes in AMF3 format and back. |
| | SerializerPHP |
The SerializerAMF3 Class implements the Serializer interface, thereby
implementing a serialize method and an unserialize method for converting
data objects to a series of bytes in AMF3 format and back. |