Uses of Interface
org.apache.guacamole.environment.Environment
-
Packages that use Environment Package Description org.apache.guacamole.environment -
-
Uses of Environment in org.apache.guacamole.environment
Classes in org.apache.guacamole.environment that implement Environment Modifier and Type Class Description class
DelegatingEnvironment
Environment implementation which simply delegates all function calls to a wrapped Environment instance.class
LocalEnvironment
The environment of the locally-running Guacamole instance, describing available protocols, configuration parameters, and the GUACAMOLE_HOME directory.Constructors in org.apache.guacamole.environment with parameters of type Environment Constructor Description DelegatingEnvironment(Environment environment)
Creates a new DelegatingEnvironment which delegates all function calls to the given Environment.
-