Package | Description |
---|---|
net.sourceforge.guacamole.net |
Classes which apply to network-specific concepts, such as low-level sockets
and tunnels.
|
net.sourceforge.guacamole.net.auth |
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
|
net.sourceforge.guacamole.net.auth.simple |
Provides a basic AuthenticationProvider base class that can be used to create
simple AuthenticationProviders in the same way allowed by the old
authentication API.
|
net.sourceforge.guacamole.net.basic.crud.connections |
Servlets dedicated to CRUD operations related to Connections.
|
net.sourceforge.guacamole.protocol |
Classes relating directly to the Guacamole protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
InetGuacamoleSocket
Provides abstract socket-like access to a Guacamole connection over a given
hostname and port.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleSocket |
GuacamoleTunnel.getSocket()
Returns the GuacamoleSocket used by this GuacamoleTunnel for reading
and writing.
|
Constructor and Description |
---|
GuacamoleTunnel(GuacamoleSocket socket)
Creates a new GuacamoleTunnel which synchronizes access to the
Guacamole instruction stream associated with the given GuacamoleSocket.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleSocket |
Connection.connect(GuacamoleClientInformation info)
Establishes a connection to guacd using the GuacamoleConfiguration
associated with this Connection, and returns the resulting, connected
GuacamoleSocket.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleSocket |
SimpleConnection.connect(GuacamoleClientInformation info) |
Modifier and Type | Method and Description |
---|---|
GuacamoleSocket |
DummyConnection.connect(GuacamoleClientInformation info) |
Modifier and Type | Class and Description |
---|---|
class |
ConfiguredGuacamoleSocket
A GuacamoleSocket which pre-configures the connection based on a given
GuacamoleConfiguration, completing the initial protocol handshake before
accepting data for read or write.
|
Constructor and Description |
---|
ConfiguredGuacamoleSocket(GuacamoleSocket socket,
GuacamoleConfiguration config)
Creates a new ConfiguredGuacamoleSocket which uses the given
GuacamoleConfiguration to complete the initial protocol handshake over
the given GuacamoleSocket.
|
ConfiguredGuacamoleSocket(GuacamoleSocket socket,
GuacamoleConfiguration config,
GuacamoleClientInformation info)
Creates a new ConfiguredGuacamoleSocket which uses the given
GuacamoleConfiguration and GuacamoleClientInformation to complete the
initial protocol handshake over the given GuacamoleSocket.
|
Copyright © 2013. All rights reserved.