Class Summary |
FlashChatClient |
FlashChatClient is like a regular ChatClient except that it uses a FlashConnectionHandler
which knows about the message format coming from Flash chat clients |
FlashChatServer |
This is the Chat Server |
FlashConnectionHandler |
Extends ConnectionHandler to add Flash specific Message format |
FlashMessage |
Flash messages need to be wrapped in XML and ended with a null byte |
FlashReaderThread |
Adaptation of a ReaderThread to accept messages coming from a
Flash client that uses a null byte as it's message delimiter and
wraps it's messages in simple XML. |