Uses of Class
ThincClient

Uses of ThincClient in <Unnamed>
 

Fields in <Unnamed> declared as ThincClient
protected  ThincClient ThincSMsgInit.client
           
protected  ThincClient ThincHandler.client
           
(package private)  ThincClient ThincCMsgInitAuth.client
           
private  ThincClient ThincCMsgInitSecCaps.client
           
private  ThincClient ThincFrame.client
           
private  ThincClient ThincClientCanvas.client
           
 

Methods in <Unnamed> with parameters of type ThincClient
private  void ThincMsgInitReplyHandler.initMessage(ThincClient tc, ThincClientCanvas c)
          initServerMessage() registers server and client init reply/request message into array named replyMessage and requestMessage. when reply from server comes, the handler automatically choose the proper message and pass the control to it. if you want to add another server/client messages, you can register the message by adding the line of here.
 

Constructors in <Unnamed> with parameters of type ThincClient
ThincClientCanvas(ThincClient tc)
          ThincClientCanvas creating ThincClientCanvas object. it disables focus traversal and simply put the pointer of ThincClient object into client variable.
ThincCMsgInitAuth(ThincClient cl, ThincMsgHandler h, ThincClientCanvas c)
          creates ThincCMsgInitAuth object.
ThincCMsgInitSecCaps(ThincClient tc, ThincMsgHandler h, ThincClientCanvas c)
          creates ThincCMsgInitRequestVideoClientFormat object.
ThincFrame(ThincClient cl)
          creates ThincFrame object. it sets User interfaces using initGUI() method and set the WindowListener for closing window.
ThincHandler(ThincClient tc, ThincClientCanvas ca)
           
ThincMsgHandler(ThincClient tc, ThincClientCanvas c)
          create ThincMsgHandler object
ThincMsgInitReplyHandler(ThincClient tc, ThincClientCanvas c, ThincMsgHandler h)
          creates ThincMsgInitReplyHandler object. it initializes all parameters in object and init handshake messages for both client message and server message
ThincSMsgInit(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
           
ThincSMsgInitNotOK(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitNotOK object.
ThincSMsgInitOK(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitNotOK object.
ThincSMsgInitReply(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
           
ThincSMsgInitReplyAppGet(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          Deprecated.  
ThincSMsgInitReplyAppList(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          Deprecated.  
ThincSMsgInitReplyAppSharing(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          Deprecated.  
ThincSMsgInitReplyCacheSize(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyCacheSize object.
ThincSMsgInitReplyCursor(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyCursor object.
ThincSMsgInitReplyEncoder(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
           
ThincSMsgInitReplyFBData(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyFBData object.
ThincSMsgInitReplyFBInfo(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyFBInfo object.
ThincSMsgInitReplyKeepAlive(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          Deprecated.  
ThincSMsgInitReplyNotOK(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyNotOK object.
ThincSMsgInitReplyOK(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyOK object.
ThincSMsgInitReplyUnknown(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyUnknown object.
ThincSMsgInitReplyVideoServerFormat(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitReplyVideoServerFormat object.
ThincSMsgInitSecCaps(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitSecCaps object.
ThincSMsgInitSessCaps(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs, ThincMsgInitReplyHandler in)
          creates ThincSMsgInitSessCaps object.
ThincSoundHandler(ThincClient tc, ThincClientCanvas ca)
          create ThincSoundHandler object. it also send initialize message to the server.