See: Description
| Interface | Description | 
|---|---|
| GuacamoleSocket | Provides abstract socket-like access to a Guacamole connection. | 
| GuacamoleTunnel | Provides a unique identifier and synchronized access to the GuacamoleReader
 and GuacamoleWriter associated with a GuacamoleSocket. | 
| Class | Description | 
|---|---|
| AbstractGuacamoleTunnel | Base GuacamoleTunnel implementation which synchronizes access to the
 underlying reader and writer with reentrant locks. | 
| DelegatingGuacamoleTunnel | GuacamoleTunnel implementation which simply delegates all function calls to
 an underlying GuacamoleTunnel. | 
| InetGuacamoleSocket | Provides abstract socket-like access to a Guacamole connection over a given
 hostname and port. | 
| SimpleGuacamoleTunnel | GuacamoleTunnel implementation which uses a provided socket. | 
| SSLGuacamoleSocket | Provides abstract socket-like access to a Guacamole connection over SSL to
 a given hostname and port. | 
Copyright © 2017. All rights reserved.