Class ThincSMsgInitReplyEncoder

java.lang.Object
  extended by ThincMsg
      extended by ThincSMsg
          extended by ThincSMsgInit
              extended by ThincSMsgInitReply
                  extended by ThincSMsgInitReplyEncoder

public final class ThincSMsgInitReplyEncoder
extends ThincSMsgInitReply

class for initializing compression method(encoder) for raw images.

Author:
Young Jin Yoon
See Also:
ThincSMsgInitReply

Field Summary
static int INIT_MESSAGE_TYPE
           
static int MASK
           
static int MESSAGE_SIZE
           
 
Fields inherited from class ThincSMsgInitReply
MESSAGE_TYPE
 
Fields inherited from class ThincSMsgInit
client
 
Fields inherited from class ThincMsg
canvas, handler
 
Constructor Summary
ThincSMsgInitReplyEncoder(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
           
 
Method Summary
 void process()
          process() gets the encoding option from the server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INIT_MESSAGE_TYPE

public static final int INIT_MESSAGE_TYPE
See Also:
Constant Field Values

MESSAGE_SIZE

public static final int MESSAGE_SIZE
See Also:
Constant Field Values

MASK

public static final int MASK
See Also:
Constant Field Values
Constructor Detail

ThincSMsgInitReplyEncoder

public ThincSMsgInitReplyEncoder(ThincClient tc,
                                 ThincMsgHandler h,
                                 ThincClientCanvas cs)
Method Detail

process

public void process()
             throws ThincException
process() gets the encoding option from the server.

Specified by:
process in class ThincMsg
Throws:
ThincException