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

Packages that use GuacamoleReader
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 GuacamoleReader in net.sourceforge.guacamole.io
 

Classes in net.sourceforge.guacamole.io that implement GuacamoleReader
 class ReaderGuacamoleReader
          A GuacamoleReader which wraps a standard Java Reader, using that Reader as the Guacamole instruction stream.
 

Uses of GuacamoleReader in net.sourceforge.guacamole.net
 

Methods in net.sourceforge.guacamole.net that return GuacamoleReader
 GuacamoleReader GuacamoleTunnel.acquireReader()
          Acquires exclusive read access to the Guacamole instruction stream and returns a GuacamoleReader for reading from that stream.
 GuacamoleReader InetGuacamoleSocket.getReader()
           
 GuacamoleReader GuacamoleSocket.getReader()
          Returns a GuacamoleReader which can be used to read from the Guacamole instruction stream associated with the connection represented by this GuacamoleSocket.
 

Uses of GuacamoleReader in net.sourceforge.guacamole.protocol
 

Methods in net.sourceforge.guacamole.protocol that return GuacamoleReader
 GuacamoleReader ConfiguredGuacamoleSocket.getReader()
           
 



Copyright © 2012. All Rights Reserved.