Package <Unnamed>

  • Interface Summary 
    Interface Description
    ServerModelApi
    Defines a collection of methods that should be available in the ServerModel class.
  • Class Summary 
    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  
    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.
  • Enum Summary 
    Enum Description
    ServerError
    ServerError is an enumerated type that lists all possible response codes a server can send to a client.