Uses of Class
ThincCMsg

Uses of ThincCMsg in <Unnamed>
 

Subclasses of ThincCMsg in <Unnamed>
 class ThincCMsgEvent
          abstract class for client Event such as key press, mouse clicked, etc.
 class ThincCMsgEventKey
          ThincCMsgEventKey handles the key pressed and released event from canvas. it simply implements KeyListener interfaces provided from java, and it is added as a KeyListener on ThincClientCanvas.
 class ThincCMsgEventMouseButton
          ThincCMsgEventMouseButton handles the mouse clicked / released event from canvas.
 class ThincCMsgEventMouseMove
          ThincCMsgEventMouseMove handles the mouse moved event from canvas.
 class ThincCMsgInit
          abstract class for client initialization messages.
 class ThincCMsgInitAuth
          authentication messages. it contains the id and password information for server.
 class ThincCMsgInitClientDone
          initialization done messages. it does not contain any additional messages except thinc header itself
 class ThincCMsgInitNotOK
           
 class ThincCMsgInitOK
           
 class ThincCMsgInitRequest
          abstract class for initialization request messages.
 class ThincCMsgInitRequestAppGet
          Deprecated. JAVA cannot supports this.
 class ThincCMsgInitRequestAppList
          Deprecated. JAVA cannot supports this.
 class ThincCMsgInitRequestAppSharing
          Deprecated. JAVA cannot supports this.
 class ThincCMsgInitRequestCacheSize
          requests the initial cache size.
 class ThincCMsgInitRequestCursor
          requests the cursor image and information.
 class ThincCMsgInitRequestEncoder
          requests the encoder type to compress the image from server.
 class ThincCMsgInitRequestFBData
          requests the initial frame buffer data.
 class ThincCMsgInitRequestFBInfo
          requests the frame buffer information.
 class ThincCMsgInitRequestKeepAlive
          Deprecated. cannot find it in protocol specification.
 class ThincCMsgInitRequestNoVideo
          let the server knows that client supports no video.
 class ThincCMsgInitRequestVideo
          let the server knows that client supports video.
 class ThincCMsgInitRequestVideoClientFormat
          let the server knows that client supported format for video.
 class ThincCMsgInitRequestVideoServerFormat
          replies the ThincSMsgInitRequestVideoServerFormat is handled in client properly.
 class ThincCMsgInitSecCaps
          replies the capability for security to server.
 class ThincCMsgResize
          abstract class for resizing canvas.
 class ThincCMsgResizeEvent
          ThincCMsgEventMouseButton handles resized event from canvas.
 class ThincCMsgResizeUpdate
          ThincCMsgEventMouseButton is for sending the message that the region in frame buffer should be refreshed.
 class ThincCMsgSound
          abstract class for sound messages.
 class ThincCMsgSoundStart
          ThincCMsgSoundStarts sends the init messages for sound. because it operates different port from frame buffer or video messages, it is as same as T_CSTART messages from Protocol specification.
 class ThincCMsgVideo
          abstract class for video messages.
 class ThincCMsgVideoStartOK
          Deprecated. server does not send the next message if it is sent. if you want to use it, only use this when you want to stop video.
 

Methods in <Unnamed> with parameters of type ThincCMsg
 int ThincHandler.send(ThincCMsg c)
          send() send messages to the server.
 int ThincMsgHandler.send(ThincCMsg c)
          send() overriden to save last sent messages.