See: Description
Interface | Description |
---|---|
TunnelLoader |
Generic means of loading a tunnel without adding explicit dependencies within
the main ServletModule, as not all servlet containers may have the classes
required by all tunnel implementations.
|
Class | Description |
---|---|
BasicGuacamoleTunnelServlet |
Connects users to a tunnel associated with the authorized connection
having the given ID.
|
BasicServletContextListener |
A ServletContextListener to listen for initialization of the servlet context
in order to set up dependency injection.
|
ClipboardState |
Provides central storage for a cross-connection clipboard state.
|
EnvironmentModule |
Guice module which binds the base Guacamole server environment.
|
GuacamoleClassLoader | Deprecated |
GuacamoleSession |
Contains Guacamole-specific user information which is tied to the current
session, such as the UserContext and current clipboard state.
|
HTTPTunnelRequest |
HTTP-specific implementation of TunnelRequest.
|
TunnelModule |
Module which loads tunnel implementations.
|
TunnelRequest |
A request object which provides only the functions absolutely required to
retrieve and connect to a tunnel.
|
TunnelRequestService |
Utility class that takes a standard request from the Guacamole JavaScript
client and produces the corresponding GuacamoleTunnel.
|
Enum | Description |
---|---|
TunnelRequest.Type |
All supported object types that can be used as the destination of a
tunnel.
|
Copyright © 2017. All rights reserved.