Uses of Class
org.apache.guacamole.protocol.GuacamoleInstruction
Packages that use GuacamoleInstruction
Package
Description
All classes relating directly to data input or output.
Classes relating directly to the Guacamole protocol.
-
Uses of GuacamoleInstruction in org.apache.guacamole.io
Methods in org.apache.guacamole.io that return GuacamoleInstructionModifier and TypeMethodDescriptionGuacamoleReader.readInstruction()Reads exactly one complete Guacamole instruction and returns the fully parsed instruction.ReaderGuacamoleReader.readInstruction()Methods in org.apache.guacamole.io with parameters of type GuacamoleInstructionModifier and TypeMethodDescriptionvoidGuacamoleWriter.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.protocol
Methods in org.apache.guacamole.protocol that return GuacamoleInstructionModifier and TypeMethodDescriptionGuacamoleFilter.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.GuacamoleParser.next()FilteredGuacamoleReader.readInstruction()Methods in org.apache.guacamole.protocol with parameters of type GuacamoleInstructionModifier and TypeMethodDescriptionGuacamoleFilter.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)