Package | Description |
---|---|
org.glyptodon.guacamole.net.basic |
Classes specific to the general-purpose web application implemented by
the Guacamole project using the Guacamole APIs.
|
org.glyptodon.guacamole.net.basic.websocket.jetty |
Jetty WebSocket tunnel implementation.
|
org.glyptodon.guacamole.net.basic.websocket.tomcat |
Tomcat WebSocket tunnel implementation.
|
org.glyptodon.guacamole.net.event |
Provides classes for storing information about events that are
triggered when users log into and use the Guacamole web application.
|
org.glyptodon.guacamole.servlet |
Classes which build upon the Java Servlet API, providing an HTTP-based
tunnel and session management.
|
Modifier and Type | Method and Description |
---|---|
static GuacamoleTunnel |
BasicTunnelRequestUtility.createTunnel(javax.servlet.http.HttpServletRequest request)
Creates a new tunnel using the parameters and credentials present in
the given request.
|
Modifier and Type | Method and Description |
---|---|
protected abstract GuacamoleTunnel |
GuacamoleWebSocketTunnelServlet.doConnect(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
protected abstract GuacamoleTunnel |
GuacamoleWebSocketTunnelServlet.doConnect(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
GuacamoleTunnel |
TunnelConnectEvent.getTunnel() |
GuacamoleTunnel |
TunnelEvent.getTunnel()
Returns the tunnel associated with this event, if any.
|
GuacamoleTunnel |
TunnelCloseEvent.getTunnel() |
Constructor and Description |
---|
TunnelCloseEvent(UserContext context,
Credentials credentials,
GuacamoleTunnel tunnel)
Creates a new TunnelCloseEvent which represents the closing of the
given tunnel via a request associated with the given credentials.
|
TunnelConnectEvent(UserContext context,
Credentials credentials,
GuacamoleTunnel tunnel)
Creates a new TunnelConnectEvent which represents the connecting of the
given tunnel via a request associated with the given credentials.
|
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 © 2015. All rights reserved.