Uses of Package
org.apache.guacamole.net
Packages that use org.apache.guacamole.net
Package
Description
Classes which apply to network-specific concepts, such as low-level sockets
 and tunnels.
Classes relating directly to the Guacamole protocol.
Classes which build upon the Java Servlet API, providing an HTTP-based
 tunnel and session management.
- 
Classes in org.apache.guacamole.net used by org.apache.guacamole.netClassDescriptionBase GuacamoleTunnel implementation which synchronizes access to the underlying reader and writer with reentrant locks.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.
 - 
Classes in org.apache.guacamole.net used by org.apache.guacamole.protocolClassDescriptionGuacamoleSocket implementation which simply delegates all function calls to an underlying GuacamoleSocket.Provides abstract socket-like access to a Guacamole connection.
 - 
Classes in org.apache.guacamole.net used by org.apache.guacamole.servletClassDescriptionProvides a unique identifier and synchronized access to the GuacamoleReader and GuacamoleWriter associated with a GuacamoleSocket.
 - 
Classes in org.apache.guacamole.net used by org.apache.guacamole.websocketClassDescriptionProvides a unique identifier and synchronized access to the GuacamoleReader and GuacamoleWriter associated with a GuacamoleSocket.