comparison src/myVncClient/CuiMyVncClient.java @ 92:405ead268439

merge 81
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Thu, 22 Sep 2011 05:16:18 +0900
parents d89e03d99b7f d3e806372657
children 71bfbb5241bf
comparison
equal deleted inserted replaced
91:d89e03d99b7f 92:405ead268439
1011 pHost = "cls080.ie.u-ryukyu.ac.jp"; 1011 pHost = "cls080.ie.u-ryukyu.ac.jp";
1012 // echo = new EchoClient(pHost, this); 1012 // echo = new EchoClient(pHost, this);
1013 echoValue = new EchoClient(pHost, this, echoPort); 1013 echoValue = new EchoClient(pHost, this, echoPort);
1014 echoValue.openport(); 1014 echoValue.openport();
1015 1015
1016 echoValue = echoValue.hostn("1"); 1016 echoValue = echoValue.requestHostName("1");
1017 } else { 1017 } else {
1018 echoValue = new EchoClient(); 1018 echoValue = new EchoClient();
1019 echoValue = echoValue.Interruption(clientSocket); 1019 echoValue = echoValue.Interruption(clientSocket);
1020 } 1020 }
1021 } 1021 }