Package org.apache.guacamole.net
package org.apache.guacamole.net
Classes which apply to network-specific concepts, such as low-level sockets
and tunnels.
-
ClassDescriptionBase GuacamoleTunnel implementation which synchronizes access to the underlying reader and writer with reentrant locks.GuacamoleSocket implementation which simply delegates all function calls to an underlying GuacamoleSocket.GuacamoleTunnel implementation which simply delegates all function calls to an underlying GuacamoleTunnel.Provides abstract socket-like access to a Guacamole connection.Provides a unique identifier and synchronized access to the GuacamoleReader and GuacamoleWriter associated with a GuacamoleSocket.Provides abstract socket-like access to a Guacamole connection over a given hostname and port.GuacamoleTunnel implementation which uses a provided socket.Provides abstract socket-like access to a Guacamole connection over SSL to a given hostname and port.