Uses of Package
vooga.network.chat

Packages that use vooga.network.chat
testing.network   
vooga.network.chat   
vooga.network.examples   
vooga.social.chat   
 

Classes in vooga.network.chat used by testing.network
VoogaChatClient
          VoogaChatClients handle all server connection and chat communications.
 

Classes in vooga.network.chat used by vooga.network.chat
IVoogaChatReceiver
          Interface for vooga game facilitates receiving messages for chat client
VoogaChatServer
          VoogaChatServer maintains map of all open sockets and maintains set of connected users with more functionality to add/remove users and broadcast messages to chatrooms.
VoogaChatServerRequest
          A VoogaChatServerRequest is sent to the chat server by a chat client.
 

Classes in vooga.network.chat used by vooga.network.examples
IVoogaChatReceiver
          Interface for vooga game facilitates receiving messages for chat client
 

Classes in vooga.network.chat used by vooga.social.chat
IVoogaChatReceiver
          Interface for vooga game facilitates receiving messages for chat client
VoogaChatClient
          VoogaChatClients handle all server connection and chat communications.