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.
|
Modifier and Type | Class and Description |
---|---|
class |
WriterGuacamoleWriter
A GuacamoleWriter which wraps a standard Java Writer, using that Writer as
the Guacamole instruction stream.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleWriter |
GuacamoleTunnel.acquireWriter()
Acquires exclusive write access to the Guacamole instruction stream
and returns a GuacamoleWriter for writing to that stream.
|
GuacamoleWriter |
AbstractGuacamoleTunnel.acquireWriter()
Acquires exclusive write access to the Guacamole instruction stream
and returns a GuacamoleWriter for writing to that stream.
|
GuacamoleWriter |
DelegatingGuacamoleTunnel.acquireWriter() |
GuacamoleWriter |
GuacamoleSocket.getWriter()
Returns a GuacamoleWriter which can be used to write to the
Guacamole instruction stream associated with the connection
represented by this GuacamoleSocket.
|
GuacamoleWriter |
InetGuacamoleSocket.getWriter() |
GuacamoleWriter |
SSLGuacamoleSocket.getWriter() |
Modifier and Type | Class and Description |
---|---|
class |
FilteredGuacamoleWriter
GuacamoleWriter which applies a given GuacamoleFilter to observe or alter
all written instructions.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleWriter |
FilteredGuacamoleSocket.getWriter() |
GuacamoleWriter |
ConfiguredGuacamoleSocket.getWriter() |
Constructor and Description |
---|
FilteredGuacamoleWriter(GuacamoleWriter writer,
GuacamoleFilter filter)
Wraps the given GuacamoleWriter, applying the given filter to all written
instructions.
|
Copyright © 2016. All rights reserved.