Uses of Class
org.apache.guacamole.protocol.GuacamoleConfiguration
Packages that use GuacamoleConfiguration
Package
Description
Classes relating directly to the Guacamole protocol.
-
Uses of GuacamoleConfiguration in org.apache.guacamole.protocol
Methods in org.apache.guacamole.protocol that return GuacamoleConfigurationModifier and TypeMethodDescriptionConfiguredGuacamoleSocket.getConfiguration()
Returns the GuacamoleConfiguration used to configure this ConfiguredGuacamoleSocket.Constructors in org.apache.guacamole.protocol with parameters of type GuacamoleConfigurationModifierConstructorDescriptionConfiguredGuacamoleSocket
(GuacamoleSocket socket, GuacamoleConfiguration config) Creates a new ConfiguredGuacamoleSocket which uses the given GuacamoleConfiguration to complete the initial protocol handshake over the given GuacamoleSocket.ConfiguredGuacamoleSocket
(GuacamoleSocket socket, GuacamoleConfiguration config, GuacamoleClientInformation info) Creates a new ConfiguredGuacamoleSocket which uses the given GuacamoleConfiguration and GuacamoleClientInformation to complete the initial protocol handshake over the given GuacamoleSocket.Copies the given GuacamoleConfiguration, creating a new, indepedent GuacamoleConfiguration containing the same protocol, connection ID, and parameter values, if any.