Uses of Interface
net.sourceforge.guacamole.io.GuacamoleWriter

Packages that use GuacamoleWriter
net.sourceforge.guacamole.io   
net.sourceforge.guacamole.net   
net.sourceforge.guacamole.protocol   
 

Uses of GuacamoleWriter in net.sourceforge.guacamole.io
 

Classes in net.sourceforge.guacamole.io that implement GuacamoleWriter
 class WriterGuacamoleWriter
          A GuacamoleWriter which wraps a standard Java Writer, using that Writer as the Guacamole instruction stream.
 

Uses of GuacamoleWriter in net.sourceforge.guacamole.net
 

Methods in net.sourceforge.guacamole.net that return GuacamoleWriter
 GuacamoleWriter GuacamoleTunnel.acquireWriter()
          Acquires exclusive write access to the Guacamole instruction stream and returns a GuacamoleWriter for writing to that stream.
 GuacamoleWriter InetGuacamoleSocket.getWriter()
           
 GuacamoleWriter GuacamoleSocket.getWriter()
          Returns a GuacamoleWriter which can be used to write to the Guacamole instruction stream associated with the connection represented by this GuacamoleSocket.
 

Uses of GuacamoleWriter in net.sourceforge.guacamole.protocol
 

Methods in net.sourceforge.guacamole.protocol that return GuacamoleWriter
 GuacamoleWriter ConfiguredGuacamoleSocket.getWriter()
           
 



Copyright © 2012. All Rights Reserved.