Uses of Class
org.apache.guacamole.net.DelegatingGuacamoleSocket
-
Packages that use DelegatingGuacamoleSocket Package Description org.apache.guacamole.protocol Classes relating directly to the Guacamole protocol. -
-
Uses of DelegatingGuacamoleSocket in org.apache.guacamole.protocol
Subclasses of DelegatingGuacamoleSocket in org.apache.guacamole.protocol Modifier and Type Class Description class
ConfiguredGuacamoleSocket
A GuacamoleSocket which pre-configures the connection based on a given GuacamoleConfiguration, completing the initial protocol handshake before accepting data for read or write.class
FailoverGuacamoleSocket
GuacamoleSocket which intercepts errors received early in the Guacamole session.class
FilteredGuacamoleSocket
Implementation of GuacamoleSocket which allows individual instructions to be intercepted, overridden, etc.
-