Uses of Interface
org.apache.guacamole.io.GuacamoleReader
-
Packages that use GuacamoleReader Package Description org.apache.guacamole.io All classes relating directly to data input or output.org.apache.guacamole.net Classes which apply to network-specific concepts, such as low-level sockets and tunnels.org.apache.guacamole.protocol Classes relating directly to the Guacamole protocol. -
-
Uses of GuacamoleReader in org.apache.guacamole.io
Classes in org.apache.guacamole.io that implement GuacamoleReader Modifier and Type Class Description classReaderGuacamoleReaderA GuacamoleReader which wraps a standard Java Reader, using that Reader as the Guacamole instruction stream. -
Uses of GuacamoleReader in org.apache.guacamole.net
Methods in org.apache.guacamole.net that return GuacamoleReader Modifier and Type Method Description GuacamoleReaderAbstractGuacamoleTunnel. acquireReader()Acquires exclusive read access to the Guacamole instruction stream and returns a GuacamoleReader for reading from that stream.GuacamoleReaderDelegatingGuacamoleTunnel. acquireReader()GuacamoleReaderGuacamoleTunnel. acquireReader()Acquires exclusive read access to the Guacamole instruction stream and returns a GuacamoleReader for reading from that stream.GuacamoleReaderDelegatingGuacamoleSocket. getReader()GuacamoleReaderGuacamoleSocket. getReader()Returns a GuacamoleReader which can be used to read from the Guacamole instruction stream associated with the connection represented by this GuacamoleSocket.GuacamoleReaderInetGuacamoleSocket. getReader()GuacamoleReaderSSLGuacamoleSocket. getReader() -
Uses of GuacamoleReader in org.apache.guacamole.protocol
Classes in org.apache.guacamole.protocol that implement GuacamoleReader Modifier and Type Class Description classFilteredGuacamoleReaderGuacamoleReader which applies a given GuacamoleFilter to observe or alter all read instructions.Methods in org.apache.guacamole.protocol that return GuacamoleReader Modifier and Type Method Description GuacamoleReaderFailoverGuacamoleSocket. getReader()GuacamoleReaderFilteredGuacamoleSocket. getReader()Constructors in org.apache.guacamole.protocol with parameters of type GuacamoleReader Constructor Description FilteredGuacamoleReader(GuacamoleReader reader, GuacamoleFilter filter)Wraps the given GuacamoleReader, applying the given filter to all read instructions.
-