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.
|
Set<String> |
getParameterNames()
Returns a set of all currently defined parameter names.
|
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.
|
void |
unsetParameter(String name)
Removes the value set for the parameter with the given name.
|
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.public void setParameter(String name, String value)
name
- The name of the parameter to set the value for.value
- The value to set for the parameter with the given name.public void unsetParameter(String name)
name
- The name of the parameter to remove the value of.Copyright © 2016. All Rights Reserved.