Interface ThincProto2
public interface ThincProto2
Thinc Protocol specification for version 0.2, JAVA
- Author:
- Ricardo Baratto
THINC_HEADER_PROTOCOL_VERSION
static final java.lang.String THINC_HEADER_PROTOCOL_VERSION
- common definitions *
- See Also:
- Constant Field Values
T_SERV_OK
static final int T_SERV_OK
- message types
- See Also:
- Constant Field Values
T_SERV_NOTOK
static final int T_SERV_NOTOK
- See Also:
- Constant Field Values
T_SERV_SEC_CAPS
static final int T_SERV_SEC_CAPS
- See Also:
- Constant Field Values
T_SESS_SEC_CAPS
static final int T_SESS_SEC_CAPS
- See Also:
- Constant Field Values
T_SERV_REPLY
static final int T_SERV_REPLY
- See Also:
- Constant Field Values
T_SERV_LAST
static final int T_SERV_LAST
- See Also:
- Constant Field Values
T_CAPS_SEC_ENC
static final int T_CAPS_SEC_ENC
- See Also:
- Constant Field Values
T_CAPS_SEC_AUTH
static final int T_CAPS_SEC_AUTH
- See Also:
- Constant Field Values
T_SERV_SEC_CAPS_SIZE
static final int T_SERV_SEC_CAPS_SIZE
- See Also:
- Constant Field Values
T_SESS_SEC_CAPS_SIZE
static final int T_SESS_SEC_CAPS_SIZE
- See Also:
- Constant Field Values
T_SERV_OK_SIZE
static final int T_SERV_OK_SIZE
- no need for struct, just the type in the header is enough
- See Also:
- Constant Field Values
T_SERV_NOTOK_SIZE
static final int T_SERV_NOTOK_SIZE
- See Also:
- Constant Field Values
T_CLIENT_OK
static final int T_CLIENT_OK
- message types
- See Also:
- Constant Field Values
T_CLIENT_NOTOK
static final int T_CLIENT_NOTOK
- See Also:
- Constant Field Values
T_CLIENT_SEC_CAPS
static final int T_CLIENT_SEC_CAPS
- See Also:
- Constant Field Values
T_CLIENT_AUTH
static final int T_CLIENT_AUTH
- See Also:
- Constant Field Values
T_CLIENT_REQ
static final int T_CLIENT_REQ
- See Also:
- Constant Field Values
T_CLIENT_DONE
static final int T_CLIENT_DONE
- See Also:
- Constant Field Values
T_CLIENT_LAST
static final int T_CLIENT_LAST
- See Also:
- Constant Field Values
T_CAUTH
static final int T_CAUTH
- See Also:
- Constant Field Values
T_CLIENT_SEC_CAPS_SIZE
static final int T_CLIENT_SEC_CAPS_SIZE
- See Also:
- Constant Field Values
T_CLIENT_NOTOK_SIZE
static final int T_CLIENT_NOTOK_SIZE
- See Also:
- Constant Field Values
T_CLIENT_OK_SIZE
static final int T_CLIENT_OK_SIZE
- no need for struct, just the type in the header is enough
- See Also:
- Constant Field Values
T_CLIENT_DONE_SIZE
static final int T_CLIENT_DONE_SIZE
- no need for struct, just the type in the header is enough
- See Also:
- Constant Field Values
T_CLIENT_REQ_SIZE
static final int T_CLIENT_REQ_SIZE
- See Also:
- Constant Field Values
T_SERV_REPLY_SIZE
static final int T_SERV_REPLY_SIZE
- See Also:
- Constant Field Values
T_REPLY_OK
static final int T_REPLY_OK
- See Also:
- Constant Field Values
T_REPLY_NOTOK
static final int T_REPLY_NOTOK
- See Also:
- Constant Field Values
T_REPLY_UNKNOWN
static final int T_REPLY_UNKNOWN
- See Also:
- Constant Field Values
T_REPLY_LAST
static final int T_REPLY_LAST
- See Also:
- Constant Field Values
T_REQ_FBINFO
static final int T_REQ_FBINFO
- See Also:
- Constant Field Values
T_REQ_CURSOR
static final int T_REQ_CURSOR
- See Also:
- Constant Field Values
T_REQ_FBDATA
static final int T_REQ_FBDATA
- See Also:
- Constant Field Values
T_REQ_ENCODER
static final int T_REQ_ENCODER
- See Also:
- Constant Field Values
T_REQ_CACHESZ
static final int T_REQ_CACHESZ
- See Also:
- Constant Field Values
T_REQ_VIDEO
static final int T_REQ_VIDEO
- See Also:
- Constant Field Values
T_REQ_NOVIDEO
static final int T_REQ_NOVIDEO
- See Also:
- Constant Field Values
T_REQ_VIDEO_SERV_FMTS
static final int T_REQ_VIDEO_SERV_FMTS
- See Also:
- Constant Field Values
T_REQ_VIDEO_CLIENT_FMTS
static final int T_REQ_VIDEO_CLIENT_FMTS
- See Also:
- Constant Field Values
T_REQ_KEEPALIVE
static final int T_REQ_KEEPALIVE
- See Also:
- Constant Field Values
T_REQ_APP_SHARING
static final int T_REQ_APP_SHARING
- See Also:
- Constant Field Values
T_REQ_APP_LIST
static final int T_REQ_APP_LIST
- See Also:
- Constant Field Values
T_REQ_APP_GET
static final int T_REQ_APP_GET
- See Also:
- Constant Field Values
T_REQ_LAST
static final int T_REQ_LAST
- See Also:
- Constant Field Values
T_REPLY_OK_SIZE
static final int T_REPLY_OK_SIZE
- See Also:
- Constant Field Values
T_REPLY_NOTOK_SIZE
static final int T_REPLY_NOTOK_SIZE
- See Also:
- Constant Field Values
T_REPLY_UNKNOWN_SIZE
static final int T_REPLY_UNKNOWN_SIZE
- See Also:
- Constant Field Values
T_REQ_FBINFO_SIZE
static final int T_REQ_FBINFO_SIZE
- See Also:
- Constant Field Values
T_REPLY_FBINFO_SIZE
static final int T_REPLY_FBINFO_SIZE
- See Also:
- Constant Field Values
T_REQ_CURSOR_SIZE
static final int T_REQ_CURSOR_SIZE
- See Also:
- Constant Field Values
T_REPLY_CURSOR_SIZE
static final int T_REPLY_CURSOR_SIZE
- See Also:
- Constant Field Values
T_REQ_ENCODER_SIZE
static final int T_REQ_ENCODER_SIZE
- See Also:
- Constant Field Values
T_REPLY_ENCODER_SIZE
static final int T_REPLY_ENCODER_SIZE
- See Also:
- Constant Field Values
T_ENCODER_NONE
static final int T_ENCODER_NONE
- See Also:
- Constant Field Values
T_ENCODER_PNG
static final int T_ENCODER_PNG
- See Also:
- Constant Field Values
T_ENCODER_ZLIB
static final int T_ENCODER_ZLIB
- See Also:
- Constant Field Values
T_REQ_FBDATA_SIZE
static final int T_REQ_FBDATA_SIZE
- See Also:
- Constant Field Values
T_REPLY_FBDATA_SIZE
static final int T_REPLY_FBDATA_SIZE
- See Also:
- Constant Field Values
T_REQ_CACHESZ_SIZE
static final int T_REQ_CACHESZ_SIZE
- See Also:
- Constant Field Values
T_REPLY_CACHESZ_SIZE
static final int T_REPLY_CACHESZ_SIZE
- See Also:
- Constant Field Values
T_REQ_VIDEO_SIZE
static final int T_REQ_VIDEO_SIZE
- See Also:
- Constant Field Values
T_REQ_NOVIDEO_SIZE
static final int T_REQ_NOVIDEO_SIZE
- See Also:
- Constant Field Values
T_REQ_VIDEO_SERV_FMTS_SIZE
static final int T_REQ_VIDEO_SERV_FMTS_SIZE
- See Also:
- Constant Field Values
T_REPLY_VIDEO_SERV_FMTS_SIZE
static final int T_REPLY_VIDEO_SERV_FMTS_SIZE
- See Also:
- Constant Field Values
T_REQ_VIDEO_CLIENT_FMTS_SIZE
static final int T_REQ_VIDEO_CLIENT_FMTS_SIZE
- See Also:
- Constant Field Values
T_REQ_APP_SHARING_SIZE
static final int T_REQ_APP_SHARING_SIZE
- See Also:
- Constant Field Values
T_REQ_APP_LIST_SIZE
static final int T_REQ_APP_LIST_SIZE
- See Also:
- Constant Field Values
T_REPLY_APP_LIST_SIZE
static final int T_REPLY_APP_LIST_SIZE
- See Also:
- Constant Field Values
T_REQ_APP_GET_SIZE
static final int T_REQ_APP_GET_SIZE
- See Also:
- Constant Field Values
T_REPLY_APP_GET_SIZE
static final int T_REPLY_APP_GET_SIZE
- See Also:
- Constant Field Values