Uses of Interface
org.apache.guacamole.io.GuacamoleWriter
Packages that use GuacamoleWriter
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 GuacamoleWriter in org.apache.guacamole.io
Classes in org.apache.guacamole.io that implement GuacamoleWriterModifier and TypeClassDescriptionclass
A GuacamoleWriter which wraps a standard Java Writer, using that Writer as the Guacamole instruction stream. -
Uses of GuacamoleWriter in org.apache.guacamole.net
Methods in org.apache.guacamole.net that return GuacamoleWriterModifier and TypeMethodDescriptionAbstractGuacamoleTunnel.acquireWriter()
Acquires exclusive write access to the Guacamole instruction stream and returns a GuacamoleWriter for writing to that stream.DelegatingGuacamoleTunnel.acquireWriter()
GuacamoleTunnel.acquireWriter()
Acquires exclusive write access to the Guacamole instruction stream and returns a GuacamoleWriter for writing to that stream.DelegatingGuacamoleSocket.getWriter()
GuacamoleSocket.getWriter()
Returns a GuacamoleWriter which can be used to write to the Guacamole instruction stream associated with the connection represented by this GuacamoleSocket.InetGuacamoleSocket.getWriter()
SSLGuacamoleSocket.getWriter()
-
Uses of GuacamoleWriter in org.apache.guacamole.protocol
Classes in org.apache.guacamole.protocol that implement GuacamoleWriterModifier and TypeClassDescriptionclass
GuacamoleWriter which applies a given GuacamoleFilter to observe or alter all written instructions.Methods in org.apache.guacamole.protocol that return GuacamoleWriterConstructors in org.apache.guacamole.protocol with parameters of type GuacamoleWriterModifierConstructorDescriptionFilteredGuacamoleWriter
(GuacamoleWriter writer, GuacamoleFilter filter) Wraps the given GuacamoleWriter, applying the given filter to all written instructions.