Uses of Class
org.apache.guacamole.protocol.GuacamoleInstruction
- 
Packages that use GuacamoleInstruction Package Description org.apache.guacamole.io All classes relating directly to data input or output.org.apache.guacamole.protocol Classes relating directly to the Guacamole protocol.
- 
- 
Uses of GuacamoleInstruction in org.apache.guacamole.ioMethods in org.apache.guacamole.io that return GuacamoleInstruction Modifier and Type Method Description GuacamoleInstructionGuacamoleReader. readInstruction()Reads exactly one complete Guacamole instruction and returns the fully parsed instruction.GuacamoleInstructionReaderGuacamoleReader. readInstruction()Methods in org.apache.guacamole.io with parameters of type GuacamoleInstruction Modifier and Type Method Description voidGuacamoleWriter. writeInstruction(GuacamoleInstruction instruction)Writes the given fully parsed instruction to the Guacamole instruction stream.voidWriterGuacamoleWriter. writeInstruction(GuacamoleInstruction instruction)
- 
Uses of GuacamoleInstruction in org.apache.guacamole.protocolMethods in org.apache.guacamole.protocol that return GuacamoleInstruction Modifier and Type Method Description GuacamoleInstructionGuacamoleFilter. filter(GuacamoleInstruction instruction)Applies the filter to the given instruction, returning the original instruction, a modified version of the original, or null, depending on the implementation.GuacamoleInstructionGuacamoleParser. next()GuacamoleInstructionFilteredGuacamoleReader. readInstruction()Methods in org.apache.guacamole.protocol with parameters of type GuacamoleInstruction Modifier and Type Method Description GuacamoleInstructionGuacamoleFilter. filter(GuacamoleInstruction instruction)Applies the filter to the given instruction, returning the original instruction, a modified version of the original, or null, depending on the implementation.voidFilteredGuacamoleWriter. writeInstruction(GuacamoleInstruction instruction)
 
-