Uses of Class
org.apache.guacamole.protocol.GuacamoleConfiguration
-
Packages that use GuacamoleConfiguration Package Description org.apache.guacamole.protocol Classes relating directly to the Guacamole protocol. -
-
Uses of GuacamoleConfiguration in org.apache.guacamole.protocol
Methods in org.apache.guacamole.protocol that return GuacamoleConfiguration Modifier and Type Method Description GuacamoleConfiguration
ConfiguredGuacamoleSocket. getConfiguration()
Returns the GuacamoleConfiguration used to configure this ConfiguredGuacamoleSocket.Constructors in org.apache.guacamole.protocol with parameters of type GuacamoleConfiguration Constructor Description ConfiguredGuacamoleSocket(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.GuacamoleConfiguration(GuacamoleConfiguration config)
Copies the given GuacamoleConfiguration, creating a new, indepedent GuacamoleConfiguration containing the same protocol, connection ID, and parameter values, if any.
-