game.protocol
Class AllRequest

java.lang.Object
  extended by game.protocol.Request
      extended by game.protocol.AllRequest

public class AllRequest
extends Request


Nested Class Summary
 
Nested classes/interfaces inherited from class game.protocol.Request
Request.RequestType
 
Field Summary
 
Fields inherited from class game.protocol.Request
log, mClientLog, mType
 
Constructor Summary
AllRequest()
           
AllRequest(java.lang.String req)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class game.protocol.Request
factory, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllRequest

public AllRequest(java.lang.String req)
           throws ParseException
Throws:
ParseException

AllRequest

public AllRequest()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object