Uses of Class
org.apache.guacamole.GuacamoleUpstreamException
Packages that use GuacamoleUpstreamException
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 GuacamoleUpstreamException in org.apache.guacamole
Subclasses of GuacamoleUpstreamException in org.apache.guacamoleModifier and TypeClassDescriptionclass
An exception which indicates that a session within an upstream server (such as the remote desktop) has been forcibly terminated.class
An exception which indicates that a session within an upstream server (such as the remote desktop) has ended because it conflicted with another session.class
An exception which indicates that a session within an upstream server (such as the remote desktop) has ended because it appeared to be inactive.class
An exception which indicates that an upstream server (such as the remote desktop) does not appear to exist.class
An exception which indicates than an upstream server (such as the remote desktop) is taking too long to respond.class
An exception which indicates that an upstream server (such as the remote desktop) is not available to service the request. -
Uses of GuacamoleUpstreamException in org.apache.guacamole.protocol
Constructors in org.apache.guacamole.protocol that throw GuacamoleUpstreamExceptionModifierConstructorDescriptionCreates a new FailoverGuacamoleSocket which reads Guacamole instructions from the given socket, searching for errors from the upstream remote desktop until a maximum of 128KB of instruction data has been queued.FailoverGuacamoleSocket
(GuacamoleSocket socket, int instructionQueueLimit) Creates a new FailoverGuacamoleSocket which reads Guacamole instructions from the given socket, searching for errors from the upstream remote desktop until the given instruction queue limit is reached.