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.io
Methods in org.apache.guacamole.io that return GuacamoleInstruction Modifier and Type Method Description GuacamoleInstruction
GuacamoleReader. readInstruction()
Reads exactly one complete Guacamole instruction and returns the fully parsed instruction.GuacamoleInstruction
ReaderGuacamoleReader. readInstruction()
Methods in org.apache.guacamole.io with parameters of type GuacamoleInstruction Modifier and Type Method Description void
GuacamoleWriter. writeInstruction(GuacamoleInstruction instruction)
Writes the given fully parsed instruction to the Guacamole instruction stream.void
WriterGuacamoleWriter. writeInstruction(GuacamoleInstruction instruction)
-
Uses of GuacamoleInstruction in org.apache.guacamole.protocol
Methods in org.apache.guacamole.protocol that return GuacamoleInstruction Modifier and Type Method Description GuacamoleInstruction
GuacamoleFilter. 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.GuacamoleInstruction
GuacamoleParser. next()
GuacamoleInstruction
FilteredGuacamoleReader. readInstruction()
Methods in org.apache.guacamole.protocol with parameters of type GuacamoleInstruction Modifier and Type Method Description GuacamoleInstruction
GuacamoleFilter. 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.void
FilteredGuacamoleWriter. writeInstruction(GuacamoleInstruction instruction)
-