echo2example.chatserver |
|
Java Source File Name | Type | Comment |
ChatServerServlet.java | Class | |
Log.java | Class | Primitive utility to log posted messages and users entering and leaving
chat room. |
Message.java | Class | A representation of a single posted message. |
MessageStore.java | Class | A store for posted Message s. |
Server.java | Class | A representation of the state of the chat engine. |
User.java | Class | A representation of a chat user. |
UserManager.java | Class | A store of active users. |