Package | Description |
---|---|
net.sourceforge.guacamole.net | |
net.sourceforge.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 | 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.
|
Copyright © 2012. All Rights Reserved.