Package org.apache.guacamole.net
Classes which apply to network-specific concepts, such as low-level sockets
and tunnels.
-
Interface Summary 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 Summary Class Description AbstractGuacamoleTunnel Base GuacamoleTunnel implementation which synchronizes access to the underlying reader and writer with reentrant locks.DelegatingGuacamoleSocket GuacamoleSocket implementation which simply delegates all function calls to an underlying GuacamoleSocket.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.