Package | Description |
---|---|
net.sourceforge.guacamole.protocol |
Classes relating directly to the Guacamole protocol.
|
Modifier and Type | Method and Description |
---|---|
static GuacamoleInstruction.Operation |
GuacamoleInstruction.Operation.fromOpcode(String opcode)
Returns the corresponding Operation having the given opcode, if any.
|
GuacamoleInstruction.Operation |
GuacamoleInstruction.getOperation()
Returns the Operation associated with this GuacamoleInstruction.
|
static GuacamoleInstruction.Operation |
GuacamoleInstruction.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuacamoleInstruction.Operation[] |
GuacamoleInstruction.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GuacamoleInstruction(GuacamoleInstruction.Operation operation,
String... args)
Creates a new GuacamoleInstruction having the given Operation and
list of arguments values.
|
Copyright © 2012. All Rights Reserved.