Class Summary |
DisconnectRequest |
DisconnectRequest execute method calls VoogaServer method removeConnection to
remove user connection from server. |
NetworkConstants |
NetworkConstants stores the port numbers over which the 4 client/server
connections are made. |
NetworkConstants.NullResponse |
Used by servers to be able to return a null value for a request from a
client. |
NetworkDebug |
|
VoogaClient |
VoogaClient is the superclass for all client classes in vooga, handling
behavior that is shared across the multiple clients such as the specifics of
connecting to a server. |
VoogaServer |
VoogaServer maintains map of all open sockets and maintains set of connected
users. |
VoogaServerRequest |
VoogaServerRequest abstract class for ServerRequest subclasses, each
implementing its own execute method. |
VoogaUserGrouping |
VoogaUserGrouping defines a collection of users, such as a chat room, a game
session, or a game lobby. |