comparison src/myVncProxy/CreateThread.java @ 132:4297c2011b71

modify CreateThread.java
author e085711
date Tue, 30 Aug 2011 06:41:51 +0900
parents 2a90459a05f0
children
comparison
equal deleted inserted replaced
131:2a90459a05f0 132:4297c2011b71
43 continue; 43 continue;
44 } catch (IOException e) { 44 } catch (IOException e) {
45 45
46 } 46 }
47 } 47 }
48 System.out.println("accept port = " + port); 48 System.out.println("accept Echo port = " + port);
49 } 49 }
50 50
51 void initServSock(int port) throws IOException { 51 void initServSock(int port) throws IOException {
52 echoServer = new ServerSocket(port); 52 echoServer = new ServerSocket(port);
53 this.port = port; 53 this.port = port;