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.
|
Modifier and Type | Class and 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.
|
Constructor and Description |
---|
FailoverGuacamoleSocket(GuacamoleSocket socket)
Creates a new FailoverGuacamoleSocket which reads Guacamole instructions
from the given socket, searching for errors from the upstream remote
desktop.
|
Copyright © 2018. All rights reserved.