| java.lang.Object chatserver.ChatCommandHandler
ChatCommandHandler | public class ChatCommandHandler implements ClientEventHandler,ClientCommandHandler(Code) | | IMPORTANT NOTE: This example just demonstrates how to use some
of the ClientIdentifiable features. This is not the good
way to write a chat application. It will be overkill on the server to
ask it to find a client from over 1000 clients every time you need
to send a message.
author: Akshathkumar Shetty |
|
|