Package | Description |
---|---|
net.sourceforge.guacamole.servlet |
Modifier and Type | Method and Description |
---|---|
protected abstract GuacamoleTunnel |
GuacamoleHTTPTunnelServlet.doConnect(javax.servlet.http.HttpServletRequest request)
Called whenever the JavaScript Guacamole client makes a connection
request.
|
GuacamoleTunnel |
GuacamoleSession.getTunnel(String tunnelUUID)
Returns the tunnel with the given UUID attached to this GuacamoleSession,
if any.
|
Modifier and Type | Method and Description |
---|---|
void |
GuacamoleSession.attachTunnel(GuacamoleTunnel tunnel)
Attaches the given tunnel to this GuacamoleSession.
|
void |
GuacamoleSession.detachTunnel(GuacamoleTunnel tunnel)
Detaches the given tunnel to this GuacamoleSession.
|
Copyright © 2012. All Rights Reserved.