comparison src/myVncClient/MyRfbProto.java @ 81:a542f92500ab

modify EchoClient.java
author one
date Wed, 31 Aug 2011 16:56:00 +0900
parents fe94e353d595
children 29e43be288ca
comparison
equal deleted inserted replaced
80:3bfe8845684c 81:a542f92500ab
789 } catch (IOException e) { 789 } catch (IOException e) {
790 try { 790 try {
791 writerRunning.set(2); 791 writerRunning.set(2);
792 os.close(); 792 os.close();
793 } catch (IOException e1) { 793 } catch (IOException e1) {
794 } 794 /* if socket closed cliList.remove(newCli); */
795 /* if socket closed cliList.remove(newCli); */ 795 }
796 } 796 }
797 } 797 }
798 798
799 public void writeToClient(final OutputStream os, 799 public void writeToClient(final OutputStream os,
800 LinkedList<ByteBuffer> bufs, int inputIndex) 800 LinkedList<ByteBuffer> bufs, int inputIndex)