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.guacamoleSubclasses of GuacamoleUpstreamException in org.apache.guacamole Modifier and Type Class Description classGuacamoleSessionClosedExceptionAn exception which indicates that a session within an upstream server (such as the remote desktop) has been forcibly terminated.classGuacamoleSessionConflictExceptionAn exception which indicates that a session within an upstream server (such as the remote desktop) has ended because it conflicted with another session.classGuacamoleSessionTimeoutExceptionAn exception which indicates that a session within an upstream server (such as the remote desktop) has ended because it appeared to be inactive.classGuacamoleUpstreamNotFoundExceptionAn exception which indicates that an upstream server (such as the remote desktop) does not appear to exist.classGuacamoleUpstreamTimeoutExceptionAn exception which indicates than an upstream server (such as the remote desktop) is taking too long to respond.classGuacamoleUpstreamUnavailableExceptionAn 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.protocolConstructors 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.
 
-