Mercurial > hg > Applications > AliceVNC
comparison src/main/java/jp/ac/u_ryukyu/alicevnc/NegotiateVNCServer.java @ 55:fe627049e289
update maven added compressed to DSM name
author | Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 16 Nov 2015 20:06:13 +0900 |
parents | 57ca704f86a3 |
children |
comparison
equal
deleted
inserted
replaced
54:4c0b06abd840 | 55:fe627049e289 |
---|---|
13 public class NegotiateVNCServer extends CodeSegment { | 13 public class NegotiateVNCServer extends CodeSegment { |
14 private Receiver info = ids.create(CommandType.PEEK); | 14 private Receiver info = ids.create(CommandType.PEEK); |
15 private Receiver info1 = ids.create(CommandType.PEEK); | 15 private Receiver info1 = ids.create(CommandType.PEEK); |
16 | 16 |
17 public NegotiateVNCServer(){ | 17 public NegotiateVNCServer(){ |
18 info.setKey("host"); | 18 info.setKey("compressedLocal","host"); |
19 info1.setKey("AliceVNCConfig"); | 19 info1.setKey("compressedLocal","AliceVNCConfig"); |
20 } | 20 } |
21 | 21 |
22 @Override | 22 @Override |
23 public void run() { | 23 public void run() { |
24 AliceVNCConfig conf = info1.asClass(AliceVNCConfig.class); | 24 AliceVNCConfig conf = info1.asClass(AliceVNCConfig.class); |