edu.cuny.cat
Class GameClient.CheckInSession

java.lang.Object
  extended by edu.cuny.cat.comm.Session<CatpMessage>
      extended by edu.cuny.cat.comm.CatpProactiveSession
          extended by edu.cuny.cat.GameClient.CheckInSession
Enclosing class:
GameClient

protected class GameClient.CheckInSession
extends CatpProactiveSession


Field Summary
 
Fields inherited from class edu.cuny.cat.comm.CatpProactiveSession
completed, request
 
Fields inherited from class edu.cuny.cat.comm.Session
MAX_ATTEMPT
 
Constructor Summary
GameClient.CheckInSession(CatpRequest request)
           
 
Method Summary
 void processResponse(CatpResponse response)
           
 java.lang.String toString()
           
 
Methods inherited from class edu.cuny.cat.comm.CatpProactiveSession
forceOut, getRequest, isCompleted, sendRequest, setCompleted, setRequest
 
Methods inherited from class edu.cuny.cat.comm.Session
sendMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GameClient.CheckInSession

public GameClient.CheckInSession(CatpRequest request)
Method Detail

processResponse

public void processResponse(CatpResponse response)
                     throws CatException
Overrides:
processResponse in class CatpProactiveSession
Throws:
CatException

toString

public java.lang.String toString()
Overrides:
toString in class Session<CatpMessage>