net.sourceforge.yagurashogi.server
Class ExtendedShogiProtocol

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

public class ExtendedShogiProtocol
extends java.lang.Object

Mechanism to process queries in Extended Protocol and CSA format.


Constructor Summary
ExtendedShogiProtocol(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

ExtendedShogiProtocol

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

Parameters:
shogiServer - server instance to associate this instance with