Uses of Class
org.apache.guacamole.protocol.GuacamoleStatus
-
Packages that use GuacamoleStatus 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. -
-
Uses of GuacamoleStatus in org.apache.guacamole
Methods in org.apache.guacamole that return GuacamoleStatus Modifier and Type Method Description GuacamoleStatus
GuacamoleClientBadTypeException. getStatus()
GuacamoleStatus
GuacamoleClientException. getStatus()
GuacamoleStatus
GuacamoleClientOverrunException. getStatus()
GuacamoleStatus
GuacamoleClientTimeoutException. getStatus()
GuacamoleStatus
GuacamoleClientTooManyException. getStatus()
GuacamoleStatus
GuacamoleConnectionClosedException. getStatus()
GuacamoleStatus
GuacamoleException. getStatus()
Returns the Guacamole status associated with this exception.GuacamoleStatus
GuacamoleResourceClosedException. getStatus()
GuacamoleStatus
GuacamoleResourceConflictException. getStatus()
GuacamoleStatus
GuacamoleResourceNotFoundException. getStatus()
GuacamoleStatus
GuacamoleSecurityException. getStatus()
GuacamoleStatus
GuacamoleServerBusyException. getStatus()
GuacamoleStatus
GuacamoleServerException. getStatus()
GuacamoleStatus
GuacamoleSessionClosedException. getStatus()
GuacamoleStatus
GuacamoleSessionConflictException. getStatus()
GuacamoleStatus
GuacamoleSessionTimeoutException. getStatus()
GuacamoleStatus
GuacamoleUnauthorizedException. getStatus()
GuacamoleStatus
GuacamoleUnsupportedException. getStatus()
GuacamoleStatus
GuacamoleUpstreamException. getStatus()
GuacamoleStatus
GuacamoleUpstreamNotFoundException. getStatus()
GuacamoleStatus
GuacamoleUpstreamTimeoutException. getStatus()
GuacamoleStatus
GuacamoleUpstreamUnavailableException. getStatus()
-
Uses of GuacamoleStatus in org.apache.guacamole.protocol
Methods in org.apache.guacamole.protocol that return GuacamoleStatus Modifier and Type Method 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.
-