| Package | Description | 
|---|---|
| org.apache.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.apache.guacamole.protocol | Classes relating directly to the Guacamole protocol. | 
| org.apache.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 | GuacamoleUpstreamUnavailableException. getStatus() | 
| GuacamoleStatus | GuacamoleUpstreamNotFoundException. getStatus() | 
| GuacamoleStatus | GuacamoleClientException. getStatus() | 
| GuacamoleStatus | GuacamoleUpstreamException. getStatus() | 
| GuacamoleStatus | GuacamoleClientTimeoutException. getStatus() | 
| GuacamoleStatus | GuacamoleResourceClosedException. getStatus() | 
| GuacamoleStatus | GuacamoleUnsupportedException. getStatus() | 
| GuacamoleStatus | GuacamoleException. getStatus()Returns the Guacamole status associated with this exception. | 
| GuacamoleStatus | GuacamoleUnauthorizedException. getStatus() | 
| GuacamoleStatus | GuacamoleSessionClosedException. getStatus() | 
| GuacamoleStatus | GuacamoleResourceNotFoundException. getStatus() | 
| GuacamoleStatus | GuacamoleSecurityException. getStatus() | 
| GuacamoleStatus | GuacamoleServerBusyException. getStatus() | 
| GuacamoleStatus | GuacamoleResourceConflictException. getStatus() | 
| GuacamoleStatus | GuacamoleClientTooManyException. getStatus() | 
| GuacamoleStatus | GuacamoleSessionTimeoutException. getStatus() | 
| GuacamoleStatus | GuacamoleConnectionClosedException. getStatus() | 
| GuacamoleStatus | GuacamoleSessionConflictException. getStatus() | 
| GuacamoleStatus | GuacamoleClientOverrunException. getStatus() | 
| GuacamoleStatus | GuacamoleClientBadTypeException. getStatus() | 
| GuacamoleStatus | GuacamoleUpstreamTimeoutException. getStatus() | 
| GuacamoleStatus | GuacamoleServerException. getStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| static GuacamoleStatus | GuacamoleStatus. fromGuacamoleStatusCode(int code)Returns the GuacamoleStatus corresponding to the given Guacamole
 protocol status code. | 
| 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 | 
|---|---|
| protected void | GuacamoleHTTPTunnelServlet. sendError(javax.servlet.http.HttpServletResponse response,
         GuacamoleStatus guacStatus,
         String message)Sends an error on the given HTTP response using the information within
 the given GuacamoleStatus. | 
Copyright © 2017. All rights reserved.