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