public interface GuacamoleFilter
| Modifier and Type | Method and Description |
|---|---|
GuacamoleInstruction |
filter(GuacamoleInstruction instruction)
Applies the filter to the given instruction, returning the original
instruction, a modified version of the original, or null, depending
on the implementation.
|
GuacamoleInstruction filter(GuacamoleInstruction instruction) throws GuacamoleException
instruction - The instruction to filter.GuacamoleException - If an error occurs filtering the instruction,
or if the instruction must be explicitly
denied.Copyright © 2020. All rights reserved.