edu.cuny.cat
Class GameClient.PostSession

java.lang.Object
  extended by edu.cuny.cat.comm.Session<CatpMessage>
      extended by edu.cuny.cat.comm.CatpReactiveSession
          extended by edu.cuny.cat.GameClient.PostSession
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
GameClient.PostClientListSession, GameClient.PostFeeSession, GameClient.PostProfitSession, GameClient.PostShoutSession, GameClient.PostTransactionSession
Enclosing class:
GameClient

protected class GameClient.PostSession
extends CatpReactiveSession


Field Summary
 
Fields inherited from class edu.cuny.cat.comm.CatpReactiveSession
processed, reqType, typeHeader
 
Fields inherited from class edu.cuny.cat.comm.Session
MAX_ATTEMPT
 
Constructor Summary
GameClient.PostSession(java.lang.String typeHeader)
           
 
Method Summary
 
Methods inherited from class edu.cuny.cat.comm.CatpReactiveSession
clone, isProcessed, processRequest, setProcessed
 
Methods inherited from class edu.cuny.cat.comm.Session
forceOut, sendMessage, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GameClient.PostSession

public GameClient.PostSession(java.lang.String typeHeader)