|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectThincMsg
ThincCMsg
ThincCMsgInit
ThincCMsgInitSecCaps
public final class ThincCMsgInitSecCaps
replies the capability for security to server.
ThincCMsgInit
Field Summary | |
---|---|
private ThincClient |
client
|
static int |
MESSAGE_SIZE
|
static int |
MESSAGE_TYPE
|
Fields inherited from class ThincMsg |
---|
canvas, handler |
Constructor Summary | |
---|---|
ThincCMsgInitSecCaps(ThincClient tc,
ThincMsgHandler h,
ThincClientCanvas c)
creates ThincCMsgInitRequestVideoClientFormat object. |
Method Summary | |
---|---|
byte |
getMsgType()
getMsgType() returns a type of the message. |
short |
messageSize()
messageSize() returns the total messageSize to send. |
void |
process()
process() is general processing method for each thinc messages. |
void |
putMessage(java.nio.ByteBuffer b)
putMessage() puts security capability flags only. |
Methods inherited from class ThincCMsg |
---|
getFlag, headerSize |
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
private ThincClient client
Constructor Detail |
---|
public ThincCMsgInitSecCaps(ThincClient tc, ThincMsgHandler h, ThincClientCanvas c)
tc
- ThincClient
to get the security capabilityh
- ThincMsgHandler
to handle the messagec
- ThincClientCanvas
to get the informationMethod Detail |
---|
public byte getMsgType()
ThincCMsg
getMsgType
in class ThincCMsg
public void putMessage(java.nio.ByteBuffer b)
putMessage
in class ThincCMsg
b
- ByteBuffer object to sendpublic short messageSize()
ThincCMsg
messageSize
in class ThincCMsg
public void process() throws ThincException
ThincMsg
ThincMsgHandler
object to send the
client messages.
In server messages, it interacts with ThincClientCanvas
in this method.
process
in class ThincMsg
ThincException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |