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 class
ReaderGuacamoleReader
A 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 GuacamoleReader
AbstractGuacamoleTunnel. acquireReader()
Acquires exclusive read access to the Guacamole instruction stream and returns a GuacamoleReader for reading from that stream.GuacamoleReader
DelegatingGuacamoleTunnel. acquireReader()
GuacamoleReader
GuacamoleTunnel. acquireReader()
Acquires exclusive read access to the Guacamole instruction stream and returns a GuacamoleReader for reading from that stream.GuacamoleReader
DelegatingGuacamoleSocket. 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.GuacamoleReader
InetGuacamoleSocket. getReader()
GuacamoleReader
SSLGuacamoleSocket. getReader()
-
Uses of GuacamoleReader in org.apache.guacamole.protocol
Classes in org.apache.guacamole.protocol that implement GuacamoleReader Modifier and Type Class Description class
FilteredGuacamoleReader
GuacamoleReader 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 GuacamoleReader
FailoverGuacamoleSocket. getReader()
GuacamoleReader
FilteredGuacamoleSocket. 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.
-