| Package | Description | 
|---|---|
| org.apache.guacamole.protocol | Classes relating directly to the Guacamole protocol. | 
| Modifier and Type | Method and Description | 
|---|---|
| GuacamoleConfiguration | ConfiguredGuacamoleSocket. getConfiguration()Returns the GuacamoleConfiguration used to configure this
 ConfiguredGuacamoleSocket. | 
| Constructor and 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. | 
Copyright © 2017. All rights reserved.