Package | Description |
---|---|
org.glyptodon.guacamole.io |
All classes relating directly to data input or output.
|
org.glyptodon.guacamole.net |
Classes which apply to network-specific concepts, such as low-level sockets
and tunnels.
|
org.glyptodon.guacamole.net.basic |
Classes specific to the general-purpose web application implemented by
the Guacamole project using the Guacamole APIs.
|
org.glyptodon.guacamole.protocol |
Classes relating directly to the Guacamole protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
ReaderGuacamoleReader
A GuacamoleReader which wraps a standard Java Reader, using that Reader as
the Guacamole instruction stream.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleReader |
GuacamoleTunnel.acquireReader()
Acquires exclusive read access to the Guacamole instruction stream
and returns a GuacamoleReader for reading from that stream.
|
GuacamoleReader |
SSLGuacamoleSocket.getReader() |
GuacamoleReader |
InetGuacamoleSocket.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.
|
Modifier and Type | Class and Description |
---|---|
class |
MonitoringGuacamoleReader
GuacamoleReader implementation which watches for specific instructions,
maintaining state based on the observed instructions.
|
Constructor and Description |
---|
MonitoringGuacamoleReader(ClipboardState clipboard,
GuacamoleReader reader)
Creates a new MonitoringGuacamoleReader which watches the instructions
read by the given GuacamoleReader, firing events when specific
instructions are seen.
|
Modifier and Type | Class and Description |
---|---|
class |
FilteredGuacamoleReader
GuacamoleReader which applies a given GuacamoleFilter to observe or alter all
read instructions.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleReader |
ConfiguredGuacamoleSocket.getReader() |
GuacamoleReader |
FilteredGuacamoleSocket.getReader() |
Constructor and Description |
---|
FilteredGuacamoleReader(GuacamoleReader reader,
GuacamoleFilter filter)
Wraps the given GuacamoleReader, applying the given filter to all read
instructions.
|
Copyright © 2016. All rights reserved.