Uses of Enum
org.apache.guacamole.protocol.GuacamoleStatus
Packages that use GuacamoleStatus
Package
Description
All classes which apply generally across the Guacamole web application
and all other web applications which use the API provided by the
Guacamole project.
Classes relating directly to the Guacamole protocol.
-
Uses of GuacamoleStatus in org.apache.guacamole
Methods in org.apache.guacamole that return GuacamoleStatusModifier and TypeMethodDescriptionGuacamoleClientBadTypeException.getStatus()
GuacamoleClientException.getStatus()
GuacamoleClientOverrunException.getStatus()
GuacamoleClientTimeoutException.getStatus()
GuacamoleClientTooManyException.getStatus()
GuacamoleConnectionClosedException.getStatus()
GuacamoleException.getStatus()
Returns the Guacamole status associated with this exception.GuacamoleResourceClosedException.getStatus()
GuacamoleResourceConflictException.getStatus()
GuacamoleResourceNotFoundException.getStatus()
GuacamoleSecurityException.getStatus()
GuacamoleServerBusyException.getStatus()
GuacamoleServerException.getStatus()
GuacamoleSessionClosedException.getStatus()
GuacamoleSessionConflictException.getStatus()
GuacamoleSessionTimeoutException.getStatus()
GuacamoleUnauthorizedException.getStatus()
GuacamoleUnsupportedException.getStatus()
GuacamoleUpstreamException.getStatus()
GuacamoleUpstreamNotFoundException.getStatus()
GuacamoleUpstreamTimeoutException.getStatus()
GuacamoleUpstreamUnavailableException.getStatus()
-
Uses of GuacamoleStatus in org.apache.guacamole.protocol
Methods in org.apache.guacamole.protocol that return GuacamoleStatusModifier and TypeMethodDescriptionstatic GuacamoleStatus
GuacamoleStatus.fromGuacamoleStatusCode
(int code) Returns the GuacamoleStatus corresponding to the given Guacamole protocol status code.static GuacamoleStatus
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.