- getArgs() - Method in class net.sourceforge.guacamole.protocol.GuacamoleInstruction
-
Returns an array of all argument values specified for this
GuacamoleInstruction.
- getAudioMimetypes() - Method in class net.sourceforge.guacamole.protocol.GuacamoleClientInformation
-
Returns the list of audio mimetypes supported by the client.
- getConfiguration() - Method in class net.sourceforge.guacamole.protocol.ConfiguredGuacamoleSocket
-
Returns the GuacamoleConfiguration used to configure this
ConfiguredGuacamoleSocket.
- getName() - Method in interface net.sourceforge.guacamole.properties.GuacamoleProperty
-
Returns the name of the property in guacamole.properties that this
GuacamoleProperty will parse.
- getOpcode() - Method in enum net.sourceforge.guacamole.protocol.GuacamoleInstruction.Operation
-
Returns the unique opcode associated with this Operation.
- getOperation() - Method in class net.sourceforge.guacamole.protocol.GuacamoleInstruction
-
Returns the Operation associated with this GuacamoleInstruction.
- getOptimalScreenHeight() - Method in class net.sourceforge.guacamole.protocol.GuacamoleClientInformation
-
Returns the optimal screen height requested by the client, in pixels.
- getOptimalScreenWidth() - Method in class net.sourceforge.guacamole.protocol.GuacamoleClientInformation
-
Returns the optimal screen width requested by the client, in pixels.
- getParameter(String) - Method in class net.sourceforge.guacamole.protocol.GuacamoleConfiguration
-
Returns the value set for the parameter with the given name, if any.
- getProperty(GuacamoleProperty<Type>) - Static method in class net.sourceforge.guacamole.properties.GuacamoleProperties
-
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties, if any.
- getProtocol() - Method in class net.sourceforge.guacamole.protocol.GuacamoleConfiguration
-
Returns the name of the protocol to be used.
- getReader() - Method in interface net.sourceforge.guacamole.net.GuacamoleSocket
-
Returns a GuacamoleReader which can be used to read from the
Guacamole instruction stream associated with the connection
represented by this GuacamoleSocket.
- getReader() - Method in class net.sourceforge.guacamole.net.InetGuacamoleSocket
-
- getReader() - Method in class net.sourceforge.guacamole.protocol.ConfiguredGuacamoleSocket
-
- getRequiredProperty(GuacamoleProperty<Type>) - Static method in class net.sourceforge.guacamole.properties.GuacamoleProperties
-
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties.
- getSocket() - Method in class net.sourceforge.guacamole.net.GuacamoleTunnel
-
Returns the GuacamoleSocket used by this GuacamoleTunnel for reading
and writing.
- getTunnel(String) - Method in class net.sourceforge.guacamole.servlet.GuacamoleSession
-
Returns the tunnel with the given UUID attached to this GuacamoleSession,
if any.
- getUUID() - Method in class net.sourceforge.guacamole.net.GuacamoleTunnel
-
Returns the unique identifier associated with this GuacamoleTunnel.
- getVideoMimetypes() - Method in class net.sourceforge.guacamole.protocol.GuacamoleClientInformation
-
Returns the list of video mimetypes supported by the client.
- getWriter() - Method in interface net.sourceforge.guacamole.net.GuacamoleSocket
-
Returns a GuacamoleWriter which can be used to write to the
Guacamole instruction stream associated with the connection
represented by this GuacamoleSocket.
- getWriter() - Method in class net.sourceforge.guacamole.net.InetGuacamoleSocket
-
- getWriter() - Method in class net.sourceforge.guacamole.protocol.ConfiguredGuacamoleSocket
-
- GuacamoleClientException - Exception in net.sourceforge.guacamole
-
A generic exception thrown when part of the Guacamole API encounters
an error in the client's request.
- GuacamoleClientException(String, Throwable) - Constructor for exception net.sourceforge.guacamole.GuacamoleClientException
-
Creates a new GuacamoleException with the given message and cause.
- GuacamoleClientException(String) - Constructor for exception net.sourceforge.guacamole.GuacamoleClientException
-
Creates a new GuacamoleException with the given message.
- GuacamoleClientException(Throwable) - Constructor for exception net.sourceforge.guacamole.GuacamoleClientException
-
Creates a new GuacamoleException with the given cause.
- GuacamoleClientInformation - Class in net.sourceforge.guacamole.protocol
-
An abstract representation of Guacamole client information, including all
information required by the Guacamole protocol during the preamble.
- GuacamoleClientInformation() - Constructor for class net.sourceforge.guacamole.protocol.GuacamoleClientInformation
-
- GuacamoleConfiguration - Class in net.sourceforge.guacamole.protocol
-
All information necessary to complete the initial protocol handshake of a
Guacamole session.
- GuacamoleConfiguration() - Constructor for class net.sourceforge.guacamole.protocol.GuacamoleConfiguration
-
- GuacamoleException - Exception in net.sourceforge.guacamole
-
A generic exception thrown when parts of the Guacamole API encounter
errors.
- GuacamoleException(String, Throwable) - Constructor for exception net.sourceforge.guacamole.GuacamoleException
-
Creates a new GuacamoleException with the given message and cause.
- GuacamoleException(String) - Constructor for exception net.sourceforge.guacamole.GuacamoleException
-
Creates a new GuacamoleException with the given message.
- GuacamoleException(Throwable) - Constructor for exception net.sourceforge.guacamole.GuacamoleException
-
Creates a new GuacamoleException with the given cause.
- GuacamoleHTTPTunnelServlet - Class in net.sourceforge.guacamole.servlet
-
A HttpServlet implementing and abstracting the operations required by the
HTTP implementation of the JavaScript Guacamole client's tunnel.
- GuacamoleHTTPTunnelServlet() - Constructor for class net.sourceforge.guacamole.servlet.GuacamoleHTTPTunnelServlet
-
- GuacamoleInstruction - Class in net.sourceforge.guacamole.protocol
-
An abstract representation of a Guacamole instruction, as defined by the
Guacamole protocol.
- GuacamoleInstruction(GuacamoleInstruction.Operation, String...) - Constructor for class net.sourceforge.guacamole.protocol.GuacamoleInstruction
-
Creates a new GuacamoleInstruction having the given Operation and
list of arguments values.
- GuacamoleInstruction.Operation - Enum in net.sourceforge.guacamole.protocol
-
The operation performed by a particular Guacamole instruction.
- GuacamoleProperties - Class in net.sourceforge.guacamole.properties
-
Simple utility class for reading properties from the guacamole.properties
file in the root of the classpath.
- GuacamoleProperty<Type> - Interface in net.sourceforge.guacamole.properties
-
An abstract representation of a property in the guacamole.properties file,
which parses into a specific type.
- GuacamoleReader - Interface in net.sourceforge.guacamole.io
-
Provides abstract and raw character read access to a stream of Guacamole
instructions.
- GuacamoleResourceNotFoundException - Exception in net.sourceforge.guacamole
-
A generic exception thrown when part of the Guacamole API fails to find
a requested resource, such as a configuration or tunnel.
- GuacamoleResourceNotFoundException(String, Throwable) - Constructor for exception net.sourceforge.guacamole.GuacamoleResourceNotFoundException
-
Creates a new GuacamoleResourceNotFoundException with the given message
and cause.
- GuacamoleResourceNotFoundException(String) - Constructor for exception net.sourceforge.guacamole.GuacamoleResourceNotFoundException
-
Creates a new GuacamoleResourceNotFoundException with the given message.
- GuacamoleResourceNotFoundException(Throwable) - Constructor for exception net.sourceforge.guacamole.GuacamoleResourceNotFoundException
-
Creates a new GuacamoleResourceNotFoundException with the given cause.
- GuacamoleSecurityException - Exception in net.sourceforge.guacamole
-
A security-related exception thrown when parts of the Guacamole API is
denying access to a resource.
- GuacamoleSecurityException(String, Throwable) - Constructor for exception net.sourceforge.guacamole.GuacamoleSecurityException
-
Creates a new GuacamoleSecurityException with the given message and cause.
- GuacamoleSecurityException(String) - Constructor for exception net.sourceforge.guacamole.GuacamoleSecurityException
-
Creates a new GuacamoleSecurityException with the given message.
- GuacamoleSecurityException(Throwable) - Constructor for exception net.sourceforge.guacamole.GuacamoleSecurityException
-
Creates a new GuacamoleSecurityException with the given cause.
- GuacamoleServerException - Exception in net.sourceforge.guacamole
-
A generic exception thrown when part of the Guacamole API encounters
an unexpected, internal error.
- GuacamoleServerException(String, Throwable) - Constructor for exception net.sourceforge.guacamole.GuacamoleServerException
-
Creates a new GuacamoleException with the given message and cause.
- GuacamoleServerException(String) - Constructor for exception net.sourceforge.guacamole.GuacamoleServerException
-
Creates a new GuacamoleException with the given message.
- GuacamoleServerException(Throwable) - Constructor for exception net.sourceforge.guacamole.GuacamoleServerException
-
Creates a new GuacamoleException with the given cause.
- GuacamoleSession - Class in net.sourceforge.guacamole.servlet
-
Provides abstract access to the tunnels associated with a Guacamole session.
- GuacamoleSession(HttpSession) - Constructor for class net.sourceforge.guacamole.servlet.GuacamoleSession
-
Creates a new GuacamoleSession, storing and retrieving tunnels from the
given HttpSession.
- GuacamoleSocket - Interface in net.sourceforge.guacamole.net
-
Provides abstract socket-like access to a Guacamole connection.
- GuacamoleTunnel - Class in net.sourceforge.guacamole.net
-
Provides a unique identifier and synchronized access to the GuacamoleReader
and GuacamoleWriter associated with a GuacamoleSocket.
- GuacamoleTunnel(GuacamoleSocket) - Constructor for class net.sourceforge.guacamole.net.GuacamoleTunnel
-
Creates a new GuacamoleTunnel which synchronizes access to the
Guacamole instruction stream associated with the given GuacamoleSocket.
- GuacamoleWriter - Interface in net.sourceforge.guacamole.io
-
Provides abstract and raw character write access to a stream of Guacamole
instructions.
- GUACD_HOSTNAME - Static variable in class net.sourceforge.guacamole.properties.GuacamoleProperties
-
The hostname of the server where guacd (the Guacamole proxy server) is
running.
- GUACD_PORT - Static variable in class net.sourceforge.guacamole.properties.GuacamoleProperties
-
The port that guacd (the Guacamole proxy server) is listening on.