Class Summary |
ChatHandler |
Class that handles communicating through chats over the network. |
ClientHandler |
Abstract class that lays some of the groundwork for communicating between clients over the network. |
Handler |
Class that handles communicating over the network. |
VoogaDaemon |
Thread that is run on the server 24/7 for each game using the networking API. |
VoogaServer |
This class should be running on the server constantly to ensure that games that use the networking API have connection to the server at all times. |