|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectThincMsg
ThincSMsg
ThincSMsgInit
ThincSMsgInitReply
ThincSMsgInitReplyFBInfo
public final class ThincSMsgInitReplyFBInfo
class for receiving frame buffer information.
ThincSMsgInitReply
Field Summary | |
---|---|
static int |
INIT_MESSAGE_TYPE
|
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 | |
---|---|
ThincSMsgInitReplyFBInfo(ThincClient tc,
ThincMsgHandler h,
ThincClientCanvas cs)
creates ThincSMsgInitReplyFBInfo object. |
Method Summary | |
---|---|
void |
process()
process() gets the message containing information for frame buffer, then set it into ThincClientCanvas class by using createFrameBuffer method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INIT_MESSAGE_TYPE
public static final int MESSAGE_SIZE
Constructor Detail |
---|
public ThincSMsgInitReplyFBInfo(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
tc
- ThincClient
to get the information for handshaking.h
- ThincMsgHandler
to handle the messagecs
- ThincClientCanvas
to get the informationMethod Detail |
---|
public void process() throws ThincException
ThincClientCanvas
class by using createFrameBuffer method.
process
in class ThincMsg
ThincException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |