Mercurial > hg > Members > nobuyasu > tightVNCProxy
comparison src/myVncProxy/MyRfbProto.java @ 100:ae4df9b07805
Test passed. VNC partial draw on ZRE.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 03 Aug 2011 22:12:41 +0900 |
parents | 0c5762c3a8dd |
children | 2ce6077bdb09 |
comparison
equal
deleted
inserted
replaced
99:0c5762c3a8dd | 100:ae4df9b07805 |
---|---|
643 // addSock(newCli); | 643 // addSock(newCli); |
644 final Client <LinkedList<ByteBuffer>> c = multicastqueue.newClient(); | 644 final Client <LinkedList<ByteBuffer>> c = multicastqueue.newClient(); |
645 Runnable sender = new Runnable() { | 645 Runnable sender = new Runnable() { |
646 public void run() { | 646 public void run() { |
647 | 647 |
648 Deflater deflater = new Deflater(9,true); | 648 Deflater deflater = new Deflater(); |
649 try { | 649 try { |
650 /** | 650 /** |
651 * initial connection of RFB protocol | 651 * initial connection of RFB protocol |
652 */ | 652 */ |
653 sendRfbVersion(os); | 653 sendRfbVersion(os); |