|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectThincMsg
ThincCMsg
ThincCMsgInit
ThincCMsgInitRequest
public abstract class ThincCMsgInitRequest
abstract class for initialization request messages.
ThincCMsgInit
Field Summary | |
---|---|
static int |
MESSAGE_SIZE
|
static int |
MESSAGE_TYPE
|
Fields inherited from class ThincMsg |
---|
canvas, handler |
Constructor Summary | |
---|---|
ThincCMsgInitRequest(ThincMsgHandler h,
ThincClientCanvas c)
|
Method Summary | |
---|---|
byte |
getMsgType()
getMsgType() returns the MESSAGE_TYPE as "client request". |
Methods inherited from class ThincCMsg |
---|
getFlag, 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 |
Field Detail |
---|
public static final int MESSAGE_TYPE
public static final int MESSAGE_SIZE
Constructor Detail |
---|
public ThincCMsgInitRequest(ThincMsgHandler h, ThincClientCanvas c)
Method Detail |
---|
public byte getMsgType()
getMsgType
in class ThincCMsg
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |