Serialized Form
-
Package org.apache.guacamole
-
Exception Class org.apache.guacamole.GuacamoleClientBadTypeException
class GuacamoleClientBadTypeException extends GuacamoleClientException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleClientException
class GuacamoleClientException extends GuacamoleException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleClientOverrunException
class GuacamoleClientOverrunException extends GuacamoleClientException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleClientTimeoutException
class GuacamoleClientTimeoutException extends GuacamoleClientException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleClientTooManyException
class GuacamoleClientTooManyException extends GuacamoleClientException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleConnectionClosedException
class GuacamoleConnectionClosedException extends GuacamoleServerException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleException
class GuacamoleException extends Exception implements Serializable -
Exception Class org.apache.guacamole.GuacamoleResourceClosedException
class GuacamoleResourceClosedException extends GuacamoleClientException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleResourceConflictException
class GuacamoleResourceConflictException extends GuacamoleClientException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleResourceNotFoundException
class GuacamoleResourceNotFoundException extends GuacamoleClientException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleSecurityException
class GuacamoleSecurityException extends GuacamoleClientException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleServerBusyException
class GuacamoleServerBusyException extends GuacamoleServerException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleServerException
class GuacamoleServerException extends GuacamoleException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleSessionClosedException
class GuacamoleSessionClosedException extends GuacamoleUpstreamException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleSessionConflictException
class GuacamoleSessionConflictException extends GuacamoleUpstreamException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleSessionTimeoutException
class GuacamoleSessionTimeoutException extends GuacamoleUpstreamException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleUnauthorizedException
class GuacamoleUnauthorizedException extends GuacamoleSecurityException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleUnsupportedException
class GuacamoleUnsupportedException extends GuacamoleServerException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleUpstreamException
class GuacamoleUpstreamException extends GuacamoleException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleUpstreamNotFoundException
class GuacamoleUpstreamNotFoundException extends GuacamoleUpstreamException implements Serializable -
Exception Class org.apache.guacamole.GuacamoleUpstreamTimeoutException
class GuacamoleUpstreamTimeoutException extends GuacamoleUpstreamException implements Serializable
-
-
Package org.apache.guacamole.protocol
-
Class org.apache.guacamole.protocol.GuacamoleConfiguration
class GuacamoleConfiguration extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
connectionID
String connectionID
The ID of the connection being joined. If this value is present, the protocol need not be specified. -
parameters
Map<String,
String> parameters Map of all associated parameter values, indexed by parameter name. -
protocol
String protocol
The name of the protocol associated with this configuration.
-
-
-
Package org.apache.guacamole.servlet
-
Class org.apache.guacamole.servlet.GuacamoleHTTPTunnelServlet
class GuacamoleHTTPTunnelServlet extends javax.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
encoder
Base64.Encoder encoder
Instance of Base64.Encoder for encoding random session tokens as strings. -
logger
org.slf4j.Logger logger
Logger for this class. -
secureRandom
SecureRandom secureRandom
Instance of SecureRandom for generating the session token specific to each distinct HTTP tunnel connection. -
tunnels
org.apache.guacamole.servlet.GuacamoleHTTPTunnelMap tunnels
Map of absolutely all active tunnels using HTTP, indexed by tunnel session token.
-
-
-