comparison src/myVncProxy/RfbProto.java @ 130:cb00150c223e

implement sendEchoPort
author e085711
date Tue, 30 Aug 2011 05:39:12 +0900
parents 4199efcc4260
children acd88e63854b
comparison
equal deleted inserted replaced
125:e3dddee7b934 130:cb00150c223e
291 os.write(versionMsg_3_3.getBytes()); 291 os.write(versionMsg_3_3.getBytes());
292 } 292 }
293 protocolTightVNC = false; 293 protocolTightVNC = false;
294 initCapabilities(); 294 initCapabilities();
295 } 295 }
296 296
297 // 297 //
298 // Negotiate the authentication scheme. 298 // Negotiate the authentication scheme.
299 // 299 //
300 300
301 int negotiateSecurity() throws Exception { 301 int negotiateSecurity() throws Exception {