|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectThincMsg
ThincSMsg
ThincSMsgInit
ThincSMsgInitNotOK
public final class ThincSMsgInitNotOK
class for init NAK replies from server.
ThincSMsgInit
Field Summary | |
---|---|
static int |
MESSAGE_SIZE
|
static int |
MESSAGE_TYPE
|
Fields inherited from class ThincSMsgInit |
---|
client |
Fields inherited from class ThincMsg |
---|
canvas, handler |
Constructor Summary | |
---|---|
ThincSMsgInitNotOK(ThincClient tc,
ThincMsgHandler h,
ThincClientCanvas cs)
creates ThincSMsgInitNotOK object. |
Method Summary | |
---|---|
void |
process()
process() receives the reason of nak and print it into user window. |
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 ThincSMsgInitNotOK(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 |