- getArgs() - Method in class org.apache.guacamole.protocol.GuacamoleInstruction
-
Returns a List of all argument values specified for this
GuacamoleInstruction.
- getAudioMimetypes() - Method in class org.apache.guacamole.protocol.GuacamoleClientInformation
-
Returns the list of audio mimetypes supported by the client.
- getConfiguration() - Method in class org.apache.guacamole.protocol.ConfiguredGuacamoleSocket
-
Returns the GuacamoleConfiguration used to configure this
ConfiguredGuacamoleSocket.
- getConnectionID() - Method in class org.apache.guacamole.protocol.ConfiguredGuacamoleSocket
-
Returns the unique ID associated with the Guacamole connection
negotiated by this ConfiguredGuacamoleSocket.
- getConnectionID() - Method in class org.apache.guacamole.protocol.GuacamoleConfiguration
-
Returns the ID of the connection being joined, if any.
- getGuacamoleStatusCode() - Method in enum org.apache.guacamole.protocol.GuacamoleStatus
-
Returns the corresponding Guacamole protocol status code.
- getHttpStatusCode() - Method in enum org.apache.guacamole.protocol.GuacamoleStatus
-
Returns the most applicable HTTP error code.
- getImageMimetypes() - Method in class org.apache.guacamole.protocol.GuacamoleClientInformation
-
Returns the list of image mimetypes supported by the client.
- getOpcode() - Method in class org.apache.guacamole.protocol.GuacamoleInstruction
-
Returns the opcode associated with this GuacamoleInstruction.
- getOptimalResolution() - Method in class org.apache.guacamole.protocol.GuacamoleClientInformation
-
Returns the resolution of the screen if the optimal width and height are
used, in DPI.
- getOptimalScreenHeight() - Method in class org.apache.guacamole.protocol.GuacamoleClientInformation
-
Returns the optimal screen height requested by the client, in pixels.
- getOptimalScreenWidth() - Method in class org.apache.guacamole.protocol.GuacamoleClientInformation
-
Returns the optimal screen width requested by the client, in pixels.
- getParameter(String) - Method in class org.apache.guacamole.protocol.GuacamoleConfiguration
-
Returns the value set for the parameter with the given name, if any.
- getParameterNames() - Method in class org.apache.guacamole.protocol.GuacamoleConfiguration
-
Returns a set of all currently defined parameter names.
- getParameters() - Method in class org.apache.guacamole.protocol.GuacamoleConfiguration
-
Returns a map which contains parameter name/value pairs as key/value
pairs.
- getProtocol() - Method in class org.apache.guacamole.protocol.GuacamoleConfiguration
-
Returns the name of the protocol to be used.
- getReader() - Method in interface org.apache.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 org.apache.guacamole.net.InetGuacamoleSocket
-
- getReader() - Method in class org.apache.guacamole.net.SSLGuacamoleSocket
-
- getReader() - Method in class org.apache.guacamole.protocol.ConfiguredGuacamoleSocket
-
- getReader() - Method in class org.apache.guacamole.protocol.FilteredGuacamoleSocket
-
- getSocket() - Method in class org.apache.guacamole.net.DelegatingGuacamoleTunnel
-
- getSocket() - Method in interface org.apache.guacamole.net.GuacamoleTunnel
-
Returns the GuacamoleSocket used by this GuacamoleTunnel for reading
and writing.
- getSocket() - Method in class org.apache.guacamole.net.SimpleGuacamoleTunnel
-
- getStatus() - Method in exception org.apache.guacamole.GuacamoleClientBadTypeException
-
- getStatus() - Method in exception org.apache.guacamole.GuacamoleClientException
-
- getStatus() - Method in exception org.apache.guacamole.GuacamoleClientOverrunException
-
- getStatus() - Method in exception org.apache.guacamole.GuacamoleClientTimeoutException
-
- getStatus() - Method in exception org.apache.guacamole.GuacamoleClientTooManyException
-
- getStatus() - Method in exception org.apache.guacamole.GuacamoleConnectionClosedException
-
- getStatus() - Method in exception org.apache.guacamole.GuacamoleException
-
Returns the Guacamole status associated with this exception.
- getStatus() - Method in exception org.apache.guacamole.GuacamoleResourceConflictException
-
- getStatus() - Method in exception org.apache.guacamole.GuacamoleResourceNotFoundException
-
- getStatus() - Method in exception org.apache.guacamole.GuacamoleSecurityException
-
- getStatus() - Method in exception org.apache.guacamole.GuacamoleServerBusyException
-
- getStatus() - Method in exception org.apache.guacamole.GuacamoleServerException
-
- getStatus() - Method in exception org.apache.guacamole.GuacamoleUnauthorizedException
-
- getStatus() - Method in exception org.apache.guacamole.GuacamoleUnsupportedException
-
- getStatus() - Method in exception org.apache.guacamole.GuacamoleUpstreamException
-
- getStatus() - Method in exception org.apache.guacamole.GuacamoleUpstreamTimeoutException
-
- getTunnel(String) - Method in class org.apache.guacamole.servlet.GuacamoleHTTPTunnelServlet
-
Returns the tunnel with the given UUID, if it has been registered with
registerTunnel() and not yet deregistered with deregisterTunnel().
- getTunnel(String) - Method in class org.apache.guacamole.servlet.GuacamoleSession
-
Deprecated.
Returns the tunnel with the given UUID attached to this GuacamoleSession,
if any.
- getUUID() - Method in class org.apache.guacamole.net.DelegatingGuacamoleTunnel
-
- getUUID() - Method in interface org.apache.guacamole.net.GuacamoleTunnel
-
Returns the unique identifier associated with this GuacamoleTunnel.
- getUUID() - Method in class org.apache.guacamole.net.SimpleGuacamoleTunnel
-
- getVideoMimetypes() - Method in class org.apache.guacamole.protocol.GuacamoleClientInformation
-
Returns the list of video mimetypes supported by the client.
- getWebSocketCode() - Method in enum org.apache.guacamole.protocol.GuacamoleStatus
-
Returns the most applicable HTTP error code.
- getWriter() - Method in interface org.apache.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 org.apache.guacamole.net.InetGuacamoleSocket
-
- getWriter() - Method in class org.apache.guacamole.net.SSLGuacamoleSocket
-
- getWriter() - Method in class org.apache.guacamole.protocol.ConfiguredGuacamoleSocket
-
- getWriter() - Method in class org.apache.guacamole.protocol.FilteredGuacamoleSocket
-
- GuacamoleClientBadTypeException - Exception in org.apache.guacamole
-
An exception which is thrown when data has been submitted with an unsupported
mimetype.
- GuacamoleClientBadTypeException(String, Throwable) - Constructor for exception org.apache.guacamole.GuacamoleClientBadTypeException
-
Creates a new GuacamoleClientBadTypeException with the given message and cause.
- GuacamoleClientBadTypeException(String) - Constructor for exception org.apache.guacamole.GuacamoleClientBadTypeException
-
Creates a new GuacamoleClientBadTypeException with the given message.
- GuacamoleClientBadTypeException(Throwable) - Constructor for exception org.apache.guacamole.GuacamoleClientBadTypeException
-
Creates a new GuacamoleClientBadTypeException with the given cause.
- GuacamoleClientException - Exception in org.apache.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 org.apache.guacamole.GuacamoleClientException
-
Creates a new GuacamoleException with the given message and cause.
- GuacamoleClientException(String) - Constructor for exception org.apache.guacamole.GuacamoleClientException
-
Creates a new GuacamoleException with the given message.
- GuacamoleClientException(Throwable) - Constructor for exception org.apache.guacamole.GuacamoleClientException
-
Creates a new GuacamoleException with the given cause.
- GuacamoleClientInformation - Class in org.apache.guacamole.protocol
-
An abstract representation of Guacamole client information, including all
information required by the Guacamole protocol during the preamble.
- GuacamoleClientInformation() - Constructor for class org.apache.guacamole.protocol.GuacamoleClientInformation
-
- GuacamoleClientOverrunException - Exception in org.apache.guacamole
-
An exception which is thrown when the client has sent too much data.
- GuacamoleClientOverrunException(String, Throwable) - Constructor for exception org.apache.guacamole.GuacamoleClientOverrunException
-
Creates a new GuacamoleClientOverrunException with the given message and cause.
- GuacamoleClientOverrunException(String) - Constructor for exception org.apache.guacamole.GuacamoleClientOverrunException
-
Creates a new GuacamoleClientOverrunException with the given message.
- GuacamoleClientOverrunException(Throwable) - Constructor for exception org.apache.guacamole.GuacamoleClientOverrunException
-
Creates a new GuacamoleClientOverrunException with the given cause.
- GuacamoleClientTimeoutException - Exception in org.apache.guacamole
-
An exception which is thrown when the client is taking too long to respond.
- GuacamoleClientTimeoutException(String, Throwable) - Constructor for exception org.apache.guacamole.GuacamoleClientTimeoutException
-
Creates a new GuacamoleClientTimeoutException with the given message and cause.
- GuacamoleClientTimeoutException(String) - Constructor for exception org.apache.guacamole.GuacamoleClientTimeoutException
-
Creates a new GuacamoleClientTimeoutException with the given message.
- GuacamoleClientTimeoutException(Throwable) - Constructor for exception org.apache.guacamole.GuacamoleClientTimeoutException
-
Creates a new GuacamoleClientTimeoutException with the given cause.
- GuacamoleClientTooManyException - Exception in org.apache.guacamole
-
An exception which is thrown when too many requests have been received
by the current client, and further requests are being rejected, either
temporarily or permanently.
- GuacamoleClientTooManyException(String, Throwable) - Constructor for exception org.apache.guacamole.GuacamoleClientTooManyException
-
Creates a new GuacamoleClientTooManyException with the given message and cause.
- GuacamoleClientTooManyException(String) - Constructor for exception org.apache.guacamole.GuacamoleClientTooManyException
-
Creates a new GuacamoleClientTooManyException with the given message.
- GuacamoleClientTooManyException(Throwable) - Constructor for exception org.apache.guacamole.GuacamoleClientTooManyException
-
Creates a new GuacamoleClientTooManyException with the given cause.
- GuacamoleConfiguration - Class in org.apache.guacamole.protocol
-
All information necessary to complete the initial protocol handshake of a
Guacamole session.
- GuacamoleConfiguration() - Constructor for class org.apache.guacamole.protocol.GuacamoleConfiguration
-
Creates a new, blank GuacamoleConfiguration with its protocol, connection
ID, and parameters unset.
- GuacamoleConfiguration(GuacamoleConfiguration) - Constructor for class org.apache.guacamole.protocol.GuacamoleConfiguration
-
Copies the given GuacamoleConfiguration, creating a new, indepedent
GuacamoleConfiguration containing the same protocol, connection ID,
and parameter values, if any.
- GuacamoleConnectionClosedException - Exception in org.apache.guacamole
-
An exception which is thrown when an operation cannot be performed because
its corresponding connection is closed.
- GuacamoleConnectionClosedException(String, Throwable) - Constructor for exception org.apache.guacamole.GuacamoleConnectionClosedException
-
Creates a new GuacamoleConnectionClosedException with the given message
and cause.
- GuacamoleConnectionClosedException(String) - Constructor for exception org.apache.guacamole.GuacamoleConnectionClosedException
-
Creates a new GuacamoleConnectionClosedException with the given message.
- GuacamoleConnectionClosedException(Throwable) - Constructor for exception org.apache.guacamole.GuacamoleConnectionClosedException
-
Creates a new GuacamoleConnectionClosedException with the given cause.
- GuacamoleException - Exception in org.apache.guacamole
-
A generic exception thrown when parts of the Guacamole API encounter
errors.
- GuacamoleException(String, Throwable) - Constructor for exception org.apache.guacamole.GuacamoleException
-
Creates a new GuacamoleException with the given message and cause.
- GuacamoleException(String) - Constructor for exception org.apache.guacamole.GuacamoleException
-
Creates a new GuacamoleException with the given message.
- GuacamoleException(Throwable) - Constructor for exception org.apache.guacamole.GuacamoleException
-
Creates a new GuacamoleException with the given cause.
- GuacamoleFilter - Interface in org.apache.guacamole.protocol
-
Interface which provides for the filtering of individual instructions.
- GuacamoleHTTPTunnelServlet - Class in org.apache.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 org.apache.guacamole.servlet.GuacamoleHTTPTunnelServlet
-
- GuacamoleInstruction - Class in org.apache.guacamole.protocol
-
An abstract representation of a Guacamole instruction, as defined by the
Guacamole protocol.
- GuacamoleInstruction(String, String...) - Constructor for class org.apache.guacamole.protocol.GuacamoleInstruction
-
Creates a new GuacamoleInstruction having the given Operation and
list of arguments values.
- GuacamoleInstruction(String, List<String>) - Constructor for class org.apache.guacamole.protocol.GuacamoleInstruction
-
Creates a new GuacamoleInstruction having the given Operation and
list of arguments values.
- GuacamoleParser - Class in org.apache.guacamole.protocol
-
Parser for the Guacamole protocol.
- GuacamoleParser() - Constructor for class org.apache.guacamole.protocol.GuacamoleParser
-
- GuacamoleReader - Interface in org.apache.guacamole.io
-
Provides abstract and raw character read access to a stream of Guacamole
instructions.
- GuacamoleResourceConflictException - Exception in org.apache.guacamole
-
An exception which is thrown when a resource has been requested, but that
resource is locked or currently in use, and cannot be accessed by the
current user.
- GuacamoleResourceConflictException(String, Throwable) - Constructor for exception org.apache.guacamole.GuacamoleResourceConflictException
-
Creates a new GuacamoleResourceConflictException with the given message and cause.
- GuacamoleResourceConflictException(String) - Constructor for exception org.apache.guacamole.GuacamoleResourceConflictException
-
Creates a new GuacamoleResourceConflictException with the given message.
- GuacamoleResourceConflictException(Throwable) - Constructor for exception org.apache.guacamole.GuacamoleResourceConflictException
-
Creates a new GuacamoleResourceConflictException with the given cause.
- GuacamoleResourceNotFoundException - Exception in org.apache.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 org.apache.guacamole.GuacamoleResourceNotFoundException
-
Creates a new GuacamoleResourceNotFoundException with the given message
and cause.
- GuacamoleResourceNotFoundException(String) - Constructor for exception org.apache.guacamole.GuacamoleResourceNotFoundException
-
Creates a new GuacamoleResourceNotFoundException with the given message.
- GuacamoleResourceNotFoundException(Throwable) - Constructor for exception org.apache.guacamole.GuacamoleResourceNotFoundException
-
Creates a new GuacamoleResourceNotFoundException with the given cause.
- GuacamoleSecurityException - Exception in org.apache.guacamole
-
A security-related exception thrown when parts of the Guacamole API is
denying access to a resource.
- GuacamoleSecurityException(String, Throwable) - Constructor for exception org.apache.guacamole.GuacamoleSecurityException
-
Creates a new GuacamoleSecurityException with the given message and cause.
- GuacamoleSecurityException(String) - Constructor for exception org.apache.guacamole.GuacamoleSecurityException
-
Creates a new GuacamoleSecurityException with the given message.
- GuacamoleSecurityException(Throwable) - Constructor for exception org.apache.guacamole.GuacamoleSecurityException
-
Creates a new GuacamoleSecurityException with the given cause.
- GuacamoleServerBusyException - Exception in org.apache.guacamole
-
An exception which is thrown when the server is too busy to service the
request.
- GuacamoleServerBusyException(String, Throwable) - Constructor for exception org.apache.guacamole.GuacamoleServerBusyException
-
Creates a new GuacamoleServerBusyException with the given message and cause.
- GuacamoleServerBusyException(String) - Constructor for exception org.apache.guacamole.GuacamoleServerBusyException
-
Creates a new GuacamoleServerBusyException with the given message.
- GuacamoleServerBusyException(Throwable) - Constructor for exception org.apache.guacamole.GuacamoleServerBusyException
-
Creates a new GuacamoleServerBusyException with the given cause.
- GuacamoleServerException - Exception in org.apache.guacamole
-
A generic exception thrown when part of the Guacamole API encounters
an unexpected, internal error.
- GuacamoleServerException(String, Throwable) - Constructor for exception org.apache.guacamole.GuacamoleServerException
-
Creates a new GuacamoleServerException with the given message and cause.
- GuacamoleServerException(String) - Constructor for exception org.apache.guacamole.GuacamoleServerException
-
Creates a new GuacamoleServerException with the given message.
- GuacamoleServerException(Throwable) - Constructor for exception org.apache.guacamole.GuacamoleServerException
-
Creates a new GuacamoleServerException with the given cause.
- GuacamoleSession - Class in org.apache.guacamole.servlet
-
Deprecated.
- GuacamoleSession(HttpSession) - Constructor for class org.apache.guacamole.servlet.GuacamoleSession
-
Deprecated.
Creates a new GuacamoleSession.
- GuacamoleSocket - Interface in org.apache.guacamole.net
-
Provides abstract socket-like access to a Guacamole connection.
- GuacamoleStatus - Enum in org.apache.guacamole.protocol
-
All possible statuses returned by various Guacamole instructions, each having
a corresponding code.
- GuacamoleTunnel - Interface in org.apache.guacamole.net
-
Provides a unique identifier and synchronized access to the GuacamoleReader
and GuacamoleWriter associated with a GuacamoleSocket.
- GuacamoleUnauthorizedException - Exception in org.apache.guacamole
-
A security-related exception thrown when parts of the Guacamole API is
denying access to a resource, but access MAY be granted were the user
authorized (logged in).
- GuacamoleUnauthorizedException(String, Throwable) - Constructor for exception org.apache.guacamole.GuacamoleUnauthorizedException
-
Creates a new GuacamoleUnauthorizedException with the given message and cause.
- GuacamoleUnauthorizedException(String) - Constructor for exception org.apache.guacamole.GuacamoleUnauthorizedException
-
Creates a new GuacamoleUnauthorizedException with the given message.
- GuacamoleUnauthorizedException(Throwable) - Constructor for exception org.apache.guacamole.GuacamoleUnauthorizedException
-
Creates a new GuacamoleUnauthorizedException with the given cause.
- GuacamoleUnsupportedException - Exception in org.apache.guacamole
-
An exception which is thrown when the requested operation is unsupported
or unimplemented.
- GuacamoleUnsupportedException(String, Throwable) - Constructor for exception org.apache.guacamole.GuacamoleUnsupportedException
-
Creates a new GuacamoleUnsupportedException with the given message and cause.
- GuacamoleUnsupportedException(String) - Constructor for exception org.apache.guacamole.GuacamoleUnsupportedException
-
Creates a new GuacamoleUnsupportedException with the given message.
- GuacamoleUnsupportedException(Throwable) - Constructor for exception org.apache.guacamole.GuacamoleUnsupportedException
-
Creates a new GuacamoleUnsupportedException with the given cause.
- GuacamoleUpstreamException - Exception in org.apache.guacamole
-
An exception which indicates than an upstream server (such as the remote
desktop) is returning an error or is otherwise unreachable.
- GuacamoleUpstreamException(String, Throwable) - Constructor for exception org.apache.guacamole.GuacamoleUpstreamException
-
Creates a new GuacamoleUpstreamException with the given message and
cause.
- GuacamoleUpstreamException(String) - Constructor for exception org.apache.guacamole.GuacamoleUpstreamException
-
Creates a new GuacamoleUpstreamException with the given message.
- GuacamoleUpstreamException(Throwable) - Constructor for exception org.apache.guacamole.GuacamoleUpstreamException
-
Creates a new GuacamoleUpstreamException with the given cause.
- GuacamoleUpstreamTimeoutException - Exception in org.apache.guacamole
-
An exception which indicates than an upstream server (such as the remote
desktop) is taking too long to respond.
- GuacamoleUpstreamTimeoutException(String, Throwable) - Constructor for exception org.apache.guacamole.GuacamoleUpstreamTimeoutException
-
Creates a new GuacamoleUpstreamException with the given message and
cause.
- GuacamoleUpstreamTimeoutException(String) - Constructor for exception org.apache.guacamole.GuacamoleUpstreamTimeoutException
-
Creates a new GuacamoleUpstreamException with the given message.
- GuacamoleUpstreamTimeoutException(Throwable) - Constructor for exception org.apache.guacamole.GuacamoleUpstreamTimeoutException
-
Creates a new GuacamoleUpstreamException with the given cause.
- GuacamoleWebSocketTunnelEndpoint - Class in org.apache.guacamole.websocket
-
A WebSocket implementation of GuacamoleTunnel functionality, compatible with
the Guacamole.WebSocketTunnel object included with the JavaScript API.
- GuacamoleWebSocketTunnelEndpoint() - Constructor for class org.apache.guacamole.websocket.GuacamoleWebSocketTunnelEndpoint
-
- GuacamoleWriter - Interface in org.apache.guacamole.io
-
Provides abstract and raw character write access to a stream of Guacamole
instructions.