5657585960616263646566
// Create tunnel from now-configured socket GuacamoleTunnel tunnel = new GuacamoleTunnel(socket); // Attach tunnel GuacamoleSession session = new GuacamoleSession(httpSession); session.attachTunnel(tunnel); return tunnel; }