All Classes
Class | Description |
---|---|
Broadcast |
A
Broadcast stores a mapping from users to a list of responses. |
Command |
Represents a command string sent from a client to the server, after it has been parsed into a
more convenient form.
|
CommandParser | |
ServerError |
ServerError is an enumerated type that lists all possible
response codes a server can send to a client. |
ServerMain | |
ServerModel |
The
ServerModel is the class responsible for tracking the
state of the server, including its current users and the channels
they are in. |
ServerModelApi |
Defines a collection of methods that should be available in the
ServerModel class. |