Class ThincCMsgInit

java.lang.Object
  extended by ThincMsg
      extended by ThincCMsg
          extended by ThincCMsgInit
Direct Known Subclasses:
ThincCMsgInitAuth, ThincCMsgInitClientDone, ThincCMsgInitNotOK, ThincCMsgInitOK, ThincCMsgInitRequest, ThincCMsgInitSecCaps

public abstract class ThincCMsgInit
extends ThincCMsg

abstract class for client initialization messages.

Author:
Young Jin Yoon
See Also:
ThincCMsg

Field Summary
 
Fields inherited from class ThincMsg
canvas, handler
 
Constructor Summary
ThincCMsgInit(ThincMsgHandler h, ThincClientCanvas c)
           
 
Method Summary
 
Methods inherited from class ThincCMsg
getFlag, getMsgType, headerSize, messageSize, putMessage
 
Methods inherited from class ThincMsg
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThincCMsgInit

public ThincCMsgInit(ThincMsgHandler h,
                     ThincClientCanvas c)