comparison src/main/java/com/glavsoft/rfb/protocol/ProtocolContext.java @ 125:32c6563492f3

add vnc protocol command sender.
author oc
date Thu, 05 Jun 2014 18:30:45 +0900
parents 214d4f206431
children 95f53663295c
comparison
equal deleted inserted replaced
124:214d4f206431 125:32c6563492f3
86 */ 86 */
87 public static final int FIND_ROOT = 220; 87 public static final int FIND_ROOT = 220;
88 public static final int FIND_ROOT_REPLY = 221; 88 public static final int FIND_ROOT_REPLY = 221;
89 public static final int WHERE_TO_CONNECT = 222; 89 public static final int WHERE_TO_CONNECT = 222;
90 public static final int CONNECT_TO = 223; 90 public static final int CONNECT_TO = 223;
91 public static final int LOST_PARENT = 224; 91 public static final int CONNECT_TO_AS_LEADER = 224;
92 public static final int LOST_PARENT = 225;
92 93
93 94
94 } 95 }