|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GuacamoleTunnel | |
---|---|
net.sourceforge.guacamole.servlet | Classes which build upon the Java Servlet API, providing an HTTP-based tunnel and session management. |
Uses of GuacamoleTunnel in net.sourceforge.guacamole.servlet |
---|
Methods in net.sourceforge.guacamole.servlet that return GuacamoleTunnel | |
---|---|
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. |
Methods in net.sourceforge.guacamole.servlet with parameters of type GuacamoleTunnel | |
---|---|
void |
GuacamoleSession.attachTunnel(GuacamoleTunnel tunnel)
Attaches the given tunnel to this GuacamoleSession. |
void |
GuacamoleSession.detachTunnel(GuacamoleTunnel tunnel)
Detaches the given tunnel to this GuacamoleSession. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |