|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectThincMsg
ThincSMsg
ThincSMsgInit
ThincSMsgInitReply
ThincSMsgInitReplyNotOK
public final class ThincSMsgInitReplyNotOK
class for init reply NAK from the server. it actually prints out cause of the error and do nothing.
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 | |
---|---|
ThincSMsgInitReplyNotOK(ThincClient tc,
ThincMsgHandler h,
ThincClientCanvas cs)
creates ThincSMsgInitReplyNotOK object. |
Method Summary | |
---|---|
void |
process()
process() just prints out the cause of the error and do nothing. |
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 ThincSMsgInitReplyNotOK(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
process
in class ThincMsg
ThincException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |