Uses of Class
net.sourceforge.yagurashogi.server.ShogiServer

Packages that use ShogiServer
net.sourceforge.yagurashogi.server Yagura Shogi Server is just another shogi server compatible with the CSA Server Protocol v.1.1
 

Uses of ShogiServer in net.sourceforge.yagurashogi.server
 

Constructors in net.sourceforge.yagurashogi.server with parameters of type ShogiServer
CSAProtocol(ShogiServer shogiServer)
          Creates new instance of ExtendedShogiProtocol that deals with the server given.
ExtendedShogiProtocol(ShogiServer shogiServer)
          Creates new instance of ExtendedShogiProtocol that deals with the server given.
Game(ShogiServer shogiServer, java.lang.String gameName, Player p1, Player p2)
          Creates new game proposal for two players.
GameMonitor(ShogiServer shogiServer)
          Creates new instance of GameMonitor.
PairingEngine(ShogiServer shogiServer)
          Creates new instance of PairingEngine.
Player(ShogiServer shogiServer, java.net.Socket sock, java.lang.String login, java.lang.String pass)
          Creates new player for a user that logged in.