| Package | Description | 
|---|---|
| org.apache.guacamole.io | All classes relating directly to data input or output. | 
| org.apache.guacamole.protocol | Classes relating directly to the Guacamole protocol. | 
| Modifier and Type | Method and Description | 
|---|---|
| GuacamoleInstruction | GuacamoleReader. readInstruction()Reads exactly one complete Guacamole instruction and returns the fully
 parsed instruction. | 
| GuacamoleInstruction | ReaderGuacamoleReader. readInstruction() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WriterGuacamoleWriter. writeInstruction(GuacamoleInstruction instruction) | 
| void | GuacamoleWriter. writeInstruction(GuacamoleInstruction instruction)Writes the given fully parsed instruction to the Guacamole instruction
 stream. | 
| Modifier and Type | Method and Description | 
|---|---|
| GuacamoleInstruction | GuacamoleFilter. 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 | GuacamoleParser. next() | 
| GuacamoleInstruction | FilteredGuacamoleReader. readInstruction() | 
| Modifier and Type | Method and Description | 
|---|---|
| GuacamoleInstruction | GuacamoleFilter. 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. | 
| void | FilteredGuacamoleWriter. writeInstruction(GuacamoleInstruction instruction) | 
Copyright © 2017. All rights reserved.