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

Packages that use GuacamoleWriter
net.sourceforge.guacamole.io All classes relating directly to data input or output. 
net.sourceforge.guacamole.net Classes which apply to network-specific concepts, such as low-level sockets and tunnels. 
net.sourceforge.guacamole.protocol Classes relating directly to the 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.