com.ajdigital.chat.server.remote
Class FlashMessage

java.lang.Object
  |
  +--com.lyrisoft.chat.server.remote.Message
        |
        +--com.ajdigital.chat.server.remote.FlashMessage

public class FlashMessage
extends Message

Flash messages need to be wrapped in XML and ended with a null byte

Author:
Alon Salant

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

FlashMessage

public FlashMessage(ConnectionHandler handler,
                    java.lang.String message)
Wrap in XML and add null byte
Parameters:
handler - The connection handler that will send the message
message - The raw message string


Copyright © 2000-2002 Taso Lyristis