Uses of Package
com.asdf.server

Packages that use com.asdf.server
com.asdf.common Common classes shared by client and server. 
com.asdf.server Server component of the software. 
 

Classes in com.asdf.server used by com.asdf.common
Server
          Contains server and client socket handling functionality.
 

Classes in com.asdf.server used by com.asdf.server
Account
          Stores account details like name and type.
AccountManager
          Handles creating, deleting, modifying and accessing of accounts.
ClientConnection
          Contains functionality required to manage single channel with multiple recipients and senders.
ClientConnection.State
          Possible states for data receiving.
Configuration
          Configuration class handling loading of configuration files.
GameManager
          Handles creating, deleting and listing of games.
GameManager.GameJoinException
           
GameTimer
          Timer class providing thread safe timer for Game instances.
Server
          Contains server and client socket handling functionality.
SessionManager
          Stores session - client association.
Statistics
          dummy class for now.