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 GuacamoleStatusGuacamoleClientBadTypeException. getStatus()GuacamoleStatusGuacamoleClientException. getStatus()GuacamoleStatusGuacamoleClientOverrunException. getStatus()GuacamoleStatusGuacamoleClientTimeoutException. getStatus()GuacamoleStatusGuacamoleClientTooManyException. getStatus()GuacamoleStatusGuacamoleConnectionClosedException. getStatus()GuacamoleStatusGuacamoleException. getStatus()Returns the Guacamole status associated with this exception.GuacamoleStatusGuacamoleResourceClosedException. getStatus()GuacamoleStatusGuacamoleResourceConflictException. getStatus()GuacamoleStatusGuacamoleResourceNotFoundException. getStatus()GuacamoleStatusGuacamoleSecurityException. getStatus()GuacamoleStatusGuacamoleServerBusyException. getStatus()GuacamoleStatusGuacamoleServerException. getStatus()GuacamoleStatusGuacamoleSessionClosedException. getStatus()GuacamoleStatusGuacamoleSessionConflictException. getStatus()GuacamoleStatusGuacamoleSessionTimeoutException. getStatus()GuacamoleStatusGuacamoleUnauthorizedException. getStatus()GuacamoleStatusGuacamoleUnsupportedException. getStatus()GuacamoleStatusGuacamoleUpstreamException. getStatus()GuacamoleStatusGuacamoleUpstreamNotFoundException. getStatus()GuacamoleStatusGuacamoleUpstreamTimeoutException. getStatus()GuacamoleStatusGuacamoleUpstreamUnavailableException. getStatus() -
Uses of GuacamoleStatus in org.apache.guacamole.protocol
Methods in org.apache.guacamole.protocol that return GuacamoleStatus Modifier and Type Method Description static GuacamoleStatusGuacamoleStatus. fromGuacamoleStatusCode(int code)Returns the GuacamoleStatus corresponding to the given Guacamole protocol status code.static GuacamoleStatusGuacamoleStatus. 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.
-