Uses of Class
vooga.network.VoogaServer

Packages that use VoogaServer
vooga.network   
vooga.network.chat   
vooga.network.gamelobby   
vooga.network.ingame   
vooga.network.util   
 

Uses of VoogaServer in vooga.network
 

Methods in vooga.network with parameters of type VoogaServer
 void DisconnectRequest.execute(VoogaServer server)
           
abstract  void VoogaServerRequest.execute(VoogaServer server)
           
 

Uses of VoogaServer in vooga.network.chat
 

Subclasses of VoogaServer in vooga.network.chat
 class 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.
 

Uses of VoogaServer in vooga.network.gamelobby
 

Subclasses of VoogaServer in vooga.network.gamelobby
 class VoogaLobbyServer
          VoogaLobbyServer handles requests from clients and updates clients that are listening to a game when activity happens whithin that game's lobby system.
 

Uses of VoogaServer in vooga.network.ingame
 

Subclasses of VoogaServer in vooga.network.ingame
 class VoogaGameServer
          VoogaGameSessionServer manages clients in a game session.
 

Uses of VoogaServer in vooga.network.util
 

Subclasses of VoogaServer in vooga.network.util
 class VoogaUtilsServer
          VoogaUtilsServer manages game data for myUserConnections and myLoggedOnUsers by calling NetworkDataManager methods.