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.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleStatus |
GuacamoleServerBusyException.getStatus() |
GuacamoleStatus |
GuacamoleUpstreamNotFoundException.getStatus() |
GuacamoleStatus |
GuacamoleClientOverrunException.getStatus() |
GuacamoleStatus |
GuacamoleServerException.getStatus() |
GuacamoleStatus |
GuacamoleUnsupportedException.getStatus() |
GuacamoleStatus |
GuacamoleClientBadTypeException.getStatus() |
GuacamoleStatus |
GuacamoleResourceClosedException.getStatus() |
GuacamoleStatus |
GuacamoleUpstreamUnavailableException.getStatus() |
GuacamoleStatus |
GuacamoleException.getStatus()
Returns the Guacamole status associated with this exception.
|
GuacamoleStatus |
GuacamoleClientTimeoutException.getStatus() |
GuacamoleStatus |
GuacamoleSecurityException.getStatus() |
GuacamoleStatus |
GuacamoleResourceNotFoundException.getStatus() |
GuacamoleStatus |
GuacamoleUnauthorizedException.getStatus() |
GuacamoleStatus |
GuacamoleClientTooManyException.getStatus() |
GuacamoleStatus |
GuacamoleSessionConflictException.getStatus() |
GuacamoleStatus |
GuacamoleUpstreamTimeoutException.getStatus() |
GuacamoleStatus |
GuacamoleClientException.getStatus() |
GuacamoleStatus |
GuacamoleResourceConflictException.getStatus() |
GuacamoleStatus |
GuacamoleConnectionClosedException.getStatus() |
GuacamoleStatus |
GuacamoleSessionClosedException.getStatus() |
GuacamoleStatus |
GuacamoleSessionTimeoutException.getStatus() |
GuacamoleStatus |
GuacamoleUpstreamException.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.
|
Copyright © 2018. All rights reserved.