Uses of Class
GameServer

Uses of GameServer in <Unnamed>
 

Subclasses of GameServer in <Unnamed>
 class OthelloServer
          This static side of this class is the Server side Application for a client/server Othello Game.
 

Methods in <Unnamed> that return GameServer
 GameServer GameServer.getOpponent()
           
 

Methods in <Unnamed> with parameters of type GameServer
 void GameServer.setOpponent(GameServer newOpponent)
          Sets an opponent for this player