comparison src/main/java/jp/ac/u_ryukyu/treevnc/server/VncProxyService.java @ 133:70cbec526039

connection handling
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 07 Jun 2014 12:54:44 +0900
parents 1f6bfaa3281b
children 128cce60c43c
comparison
equal deleted inserted replaced
132:84f167f9956a 133:70cbec526039
202 public void orderRecconection(String hostName) throws UnknownHostException, IOException, InterruptedException { 202 public void orderRecconection(String hostName) throws UnknownHostException, IOException, InterruptedException {
203 myRfb.waitForReady(this); 203 myRfb.waitForReady(this);
204 myRfb.sendDesktopSizeChange(); 204 myRfb.sendDesktopSizeChange();
205 } 205 }
206 206
207 public LinkedList<String> clientList() { 207 public LinkedList<TreeVNCNode> clientList() {
208 return clients.getList(); 208 return clients.getList();
209 } 209 }
210 210
211 public void addHostToSelectionPanel(int port, String hostname) { 211 public void addHostToSelectionPanel(int port, String hostname) {
212 if (rootSelectionPanel != null) { 212 if (rootSelectionPanel != null) {