Uses of Interface
org.apache.guacamole.io.GuacamoleReader
Packages that use GuacamoleReader
Package
Description
All classes relating directly to data input or output.
Classes which apply to network-specific concepts, such as low-level sockets
and tunnels.
Classes relating directly to the Guacamole protocol.
-
Uses of GuacamoleReader in org.apache.guacamole.io
Classes in org.apache.guacamole.io that implement GuacamoleReaderModifier and TypeClassDescriptionclass
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 GuacamoleReaderModifier and TypeMethodDescriptionAbstractGuacamoleTunnel.acquireReader()
Acquires exclusive read access to the Guacamole instruction stream and returns a GuacamoleReader for reading from that stream.DelegatingGuacamoleTunnel.acquireReader()
GuacamoleTunnel.acquireReader()
Acquires exclusive read access to the Guacamole instruction stream and returns a GuacamoleReader for reading from that stream.DelegatingGuacamoleSocket.getReader()
GuacamoleSocket.getReader()
Returns a GuacamoleReader which can be used to read from the Guacamole instruction stream associated with the connection represented by this GuacamoleSocket.InetGuacamoleSocket.getReader()
SSLGuacamoleSocket.getReader()
-
Uses of GuacamoleReader in org.apache.guacamole.protocol
Classes in org.apache.guacamole.protocol that implement GuacamoleReaderModifier and TypeClassDescriptionclass
GuacamoleReader which applies a given GuacamoleFilter to observe or alter all read instructions.Methods in org.apache.guacamole.protocol that return GuacamoleReaderModifier and TypeMethodDescriptionFailoverGuacamoleSocket.getReader()
FilteredGuacamoleSocket.getReader()
Constructors in org.apache.guacamole.protocol with parameters of type GuacamoleReaderModifierConstructorDescriptionFilteredGuacamoleReader
(GuacamoleReader reader, GuacamoleFilter filter) Wraps the given GuacamoleReader, applying the given filter to all read instructions.