Package | Description |
---|---|
org.glyptodon.guacamole |
All classes which apply generally across the Guacamole web application
and all other web applications which use the API provided by the
Guacamole project.
|
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.protocol |
Classes relating directly to the Guacamole protocol.
|
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 |
---|---|
GuacamoleStatus |
GuacamoleException.getStatus()
Returns the Guacamole status associated with this exception.
|
GuacamoleStatus |
GuacamoleClientBadTypeException.getStatus() |
GuacamoleStatus |
GuacamoleClientOverrunException.getStatus() |
GuacamoleStatus |
GuacamoleSecurityException.getStatus() |
GuacamoleStatus |
GuacamoleResourceConflictException.getStatus() |
GuacamoleStatus |
GuacamoleServerException.getStatus() |
GuacamoleStatus |
GuacamoleUpstreamTimeoutException.getStatus() |
GuacamoleStatus |
GuacamoleResourceNotFoundException.getStatus() |
GuacamoleStatus |
GuacamoleUnauthorizedException.getStatus() |
GuacamoleStatus |
GuacamoleClientTimeoutException.getStatus() |
GuacamoleStatus |
GuacamoleClientTooManyException.getStatus() |
GuacamoleStatus |
GuacamoleServerBusyException.getStatus() |
GuacamoleStatus |
GuacamoleUnsupportedException.getStatus() |
GuacamoleStatus |
GuacamoleClientException.getStatus() |
GuacamoleStatus |
GuacamoleUpstreamException.getStatus() |
Modifier and Type | Method and Description |
---|---|
static void |
AuthenticatingHttpServlet.sendError(javax.servlet.http.HttpServletResponse response,
GuacamoleStatus guac_status,
String message)
Sends an error on the given HTTP response using the information within
the given GuacamoleStatus.
|
Modifier and Type | Method and Description |
---|---|
static void |
GuacamoleWebSocketTunnelServlet.closeConnection(org.eclipse.jetty.websocket.WebSocket.Connection connection,
GuacamoleStatus guac_status)
Sends the given status on the given WebSocket connection and closes the
connection.
|
Modifier and Type | Method and Description |
---|---|
static void |
GuacamoleWebSocketTunnelServlet.closeConnection(org.apache.catalina.websocket.WsOutbound outbound,
GuacamoleStatus guac_status)
Sends the given status on the given WebSocket connection and closes the
connection.
|
Modifier and Type | Method and Description |
---|---|
static GuacamoleStatus |
GuacamoleStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuacamoleStatus[] |
GuacamoleStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
GuacamoleHTTPTunnelServlet.sendError(javax.servlet.http.HttpServletResponse response,
GuacamoleStatus guac_status,
String message)
Sends an error on the given HTTP response using the information within
the given GuacamoleStatus.
|
Copyright © 2016. All rights reserved.