Uses of Class
net.sourceforge.guacamole.protocol.GuacamoleInstruction

Packages that use GuacamoleInstruction
net.sourceforge.guacamole.io All classes relating directly to data input or output. 
 

Uses of GuacamoleInstruction in net.sourceforge.guacamole.io
 

Methods in net.sourceforge.guacamole.io that return GuacamoleInstruction
 GuacamoleInstruction GuacamoleReader.readInstruction()
          Reads exactly one complete Guacamole instruction and returns the fully parsed instruction.
 GuacamoleInstruction ReaderGuacamoleReader.readInstruction()
           
 

Methods in net.sourceforge.guacamole.io with parameters of type GuacamoleInstruction
 void WriterGuacamoleWriter.writeInstruction(GuacamoleInstruction instruction)
           
 void GuacamoleWriter.writeInstruction(GuacamoleInstruction instruction)
          Writes the given fully parsed instruction to the Guacamole instruction stream.
 



Copyright © 2012. All Rights Reserved.