|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.guacamole.protocol.GuacamoleConfiguration
public class GuacamoleConfiguration
All information necessary to complete the initial protocol handshake of a Guacamole session.
| Constructor Summary | |
|---|---|
GuacamoleConfiguration()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GuacamoleConfiguration()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||