|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GuacamoleSocket | |
|---|---|
| net.sourceforge.guacamole.net | Classes which apply to network-specific concepts, such as low-level sockets and tunnels. |
| net.sourceforge.guacamole.protocol | Classes relating directly to the Guacamole protocol. |
| Uses of GuacamoleSocket in net.sourceforge.guacamole.net |
|---|
| Classes in net.sourceforge.guacamole.net that implement GuacamoleSocket | |
|---|---|
class |
InetGuacamoleSocket
Provides abstract socket-like access to a Guacamole connection over a given hostname and port. |
| Methods in net.sourceforge.guacamole.net that return GuacamoleSocket | |
|---|---|
GuacamoleSocket |
GuacamoleTunnel.getSocket()
Returns the GuacamoleSocket used by this GuacamoleTunnel for reading and writing. |
| Constructors in net.sourceforge.guacamole.net with parameters of type GuacamoleSocket | |
|---|---|
GuacamoleTunnel(GuacamoleSocket socket)
Creates a new GuacamoleTunnel which synchronizes access to the Guacamole instruction stream associated with the given GuacamoleSocket. |
|
| Uses of GuacamoleSocket in net.sourceforge.guacamole.protocol |
|---|
| Classes in net.sourceforge.guacamole.protocol that implement GuacamoleSocket | |
|---|---|
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. |
| Constructors in net.sourceforge.guacamole.protocol with parameters of type GuacamoleSocket | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||