public class GuacamoleConfiguration extends Object implements Serializable
Constructor and Description |
---|
GuacamoleConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getParameter(String name)
Returns the value set for the parameter with the given name, if any.
|
String |
getProtocol()
Returns the name of the protocol to be used.
|
void |
setParameter(String name,
String value)
Sets the value for the parameter with the given name.
|
void |
setProtocol(String protocol)
Sets the name of the protocol to be used.
|
public String getProtocol()
public void setProtocol(String protocol)
protocol
- The name of the protocol to be used.public String getParameter(String name)
name
- The name of the parameter to return the value for.Copyright © 2013. All Rights Reserved.