Class ThincSMsgInitSecCaps
java.lang.Object
ThincMsg
ThincSMsg
ThincSMsgInit
ThincSMsgInitSecCaps
public final class ThincSMsgInitSecCaps
- extends ThincSMsgInit
class for receiving security capability from the server. it also send the
ThincCMsgInitSecCaps
to notify the client supported security capability.
- Author:
- Young Jin Yoon
- See Also:
ThincSMsgInit
Method Summary |
void |
process()
process()
receive security capability from the server and use bitwise & operator
to get client security capability correspond with server. finally,
it creates and sends ThincCMsgInitRequestClientFormat
to notify the client supported video format. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MESSAGE_TYPE
public static final int MESSAGE_TYPE
- See Also:
- Constant Field Values
MESSAGE_SIZE
public static final int MESSAGE_SIZE
- See Also:
- Constant Field Values
ThincSMsgInitSecCaps
public ThincSMsgInitSecCaps(ThincClient tc,
ThincMsgHandler h,
ThincClientCanvas cs)
- creates ThincSMsgInitSecCaps object.
- Parameters:
tc
- ThincClient
to get the information for handshaking.h
- ThincMsgHandler
to handle the messagecs
- ThincClientCanvas
to get the information
process
public void process()
throws ThincException
- process()
receive security capability from the server and use bitwise & operator
to get client security capability correspond with server. finally,
it creates and sends
ThincCMsgInitRequestClientFormat
to notify the client supported video format.
- Specified by:
process
in class ThincMsg
- Throws:
ThincException