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