Interface | Description |
---|---|
ServerModelApi |
Defines a collection of methods that should be available in the
ServerModel class. |
Class | Description |
---|---|
Broadcast |
A
Broadcast stores a mapping from users to a list of responses. |
ChannelsMessagesTest | |
Command |
Represents a command string sent from a client to the server, after it has
been parsed into a more convenient form.
|
CommandParser | |
CommandParserTest | |
ConnectionTest | |
InviteOnlyTest | |
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. |
ServerModelTest |
Enum | Description |
---|---|
ServerError |
ServerError is an enumerated type that lists all
possible response codes a server can give to a client. |