Package | Description |
---|---|
net.sourceforge.guacamole.net.basic |
Classes specific to the general-purpose web application implemented by
the Guacamole project using the Guacamole APIs.
|
Modifier and Type | Method and Description |
---|---|
ProtocolParameter.Type |
ProtocolParameter.getType()
Returns the type of this parameter.
|
static ProtocolParameter.Type |
ProtocolParameter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolParameter.Type[] |
ProtocolParameter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtocolParameter.setType(ProtocolParameter.Type type)
Sets the type of this parameter.
|
Copyright © 2013. All Rights Reserved.