Class Summary |
DatabaseTest |
A simple sanity tester for the database |
DB |
A database for holding users, session and the connection between them.
|
Server |
A server waiting for connections |
Session |
An object describing a session which holds a set of members |
SessionWrapper |
A thread class responsible for all of the delivery opeartions on the associated session |
SocketThread |
A thread responsible for handling all of the traffic of an open socket |
User |
Each instance of the User class is an end-user, working as a client.
note: user is uniquily identified by both its internet address and its name. |