comparison src/main/java/com/glavsoft/rfb/protocol/ProtocolContext.java @ 441:cee43ceac9b3

send thatscreen position INIT_DATA
author one
date Thu, 16 Jun 2016 21:08:19 +0900
parents dff2f92ae3ff
children 432e2967eaab
comparison
equal deleted inserted replaced
440:eaf6dbcb42dc 441:cee43ceac9b3
78 78
79 int getNumberOfRectangle(); 79 int getNumberOfRectangle();
80 80
81 TreeRFBProto getRfb(); 81 TreeRFBProto getRfb();
82 82
83 void setX(int x);
84
85 void setY(int y);
86
83 /** 87 /**
84 * TreeVNC expension command (server to client) 88 * TreeVNC expension command (server to client)
85 * 0 : command byte 89 * 0 : command byte
86 * 1-3 : padding 90 * 1-3 : padding
87 * 4 : length U32 91 * 4 : length U32
88 * length : text 92 * length : text
89 * 93 *
90 */ 94 */
91 public enum TreeCommand { 95 enum TreeCommand {
92 FIND_ROOT (220), 96 FIND_ROOT (220),
93 FIND_ROOT_REPLY (221), 97 FIND_ROOT_REPLY (221),
94 WHERE_TO_CONNECT (222), 98 WHERE_TO_CONNECT (222),
95 CONNECT_TO (223), 99 CONNECT_TO (223),
96 CONNECT_TO_AS_LEADER (224), 100 CONNECT_TO_AS_LEADER (224),