|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.lyrisoft.chat.server.remote.Message
|
+--com.ajdigital.chat.server.remote.FlashMessage
Flash messages need to be wrapped in XML and ended with a null byte
| Fields inherited from class com.lyrisoft.chat.server.remote.Message |
_handler, _message |
| Constructor Summary | |
FlashMessage(ConnectionHandler handler,
java.lang.String message)
Wrap in XML and add null byte |
|
| Methods inherited from class com.lyrisoft.chat.server.remote.Message |
send |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FlashMessage(ConnectionHandler handler,
java.lang.String message)
handler - The connection handler that will send the messagemessage - The raw message string
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||