net.sourceforge.yagurashogi.server
Class CSAProtocol

java.lang.Object
  extended by net.sourceforge.yagurashogi.server.CSAProtocol

public class CSAProtocol
extends java.lang.Object

Protocol defining how to deal with queries in CSA format.


Constructor Summary
CSAProtocol(ShogiServer shogiServer)
          Creates new instance of ExtendedShogiProtocol that deals with the server given.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSAProtocol

public CSAProtocol(ShogiServer shogiServer)
Creates new instance of ExtendedShogiProtocol that deals with the server given.

Parameters:
shogiServer - server instance to associate this instance with