Uses of Interface
org.apache.guacamole.protocol.GuacamoleFilter
-
Packages that use GuacamoleFilter Package Description org.apache.guacamole.protocol Classes relating directly to the Guacamole protocol. -
-
Uses of GuacamoleFilter in org.apache.guacamole.protocol
Constructors in org.apache.guacamole.protocol with parameters of type GuacamoleFilter Constructor Description FilteredGuacamoleReader(GuacamoleReader reader, GuacamoleFilter filter)Wraps the given GuacamoleReader, applying the given filter to all read instructions.FilteredGuacamoleSocket(GuacamoleSocket socket, GuacamoleFilter readFilter, GuacamoleFilter writeFilter)Creates a new FilteredGuacamoleSocket which uses the given filters to determine whether instructions read/written are allowed through, modified, etc.FilteredGuacamoleWriter(GuacamoleWriter writer, GuacamoleFilter filter)Wraps the given GuacamoleWriter, applying the given filter to all written instructions.
-