Uses of Class
org.apache.guacamole.GuacamoleUpstreamException
-
Packages that use GuacamoleUpstreamException 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 GuacamoleUpstreamException in org.apache.guacamole
Subclasses of GuacamoleUpstreamException in org.apache.guacamole Modifier and Type Class Description class
GuacamoleSessionClosedException
An exception which indicates that a session within an upstream server (such as the remote desktop) has been forcibly terminated.class
GuacamoleSessionConflictException
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
GuacamoleSessionTimeoutException
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
GuacamoleUpstreamNotFoundException
An exception which indicates that an upstream server (such as the remote desktop) does not appear to exist.class
GuacamoleUpstreamTimeoutException
An exception which indicates than an upstream server (such as the remote desktop) is taking too long to respond.class
GuacamoleUpstreamUnavailableException
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 GuacamoleUpstreamException Constructor Description FailoverGuacamoleSocket(GuacamoleSocket socket)
Creates 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.
-