Package org.apache.guacamole.protocol


package org.apache.guacamole.protocol
Classes relating directly to the Guacamole protocol.
  • Class
    Description
    A GuacamoleSocket which pre-configures the connection based on a given GuacamoleConfiguration, completing the initial protocol handshake before accepting data for read or write.
    GuacamoleSocket which intercepts errors received early in the Guacamole session.
    GuacamoleReader which applies a given GuacamoleFilter to observe or alter all read instructions.
    Implementation of GuacamoleSocket which allows individual instructions to be intercepted, overridden, etc.
    GuacamoleWriter which applies a given GuacamoleFilter to observe or alter all written instructions.
    An abstract representation of Guacamole client information, including all information required by the Guacamole protocol during the preamble.
    All information necessary to complete the initial protocol handshake of a Guacamole session.
    Interface which provides for the filtering of individual instructions.
    An abstract representation of a Guacamole instruction, as defined by the Guacamole protocol.
    Parser for the Guacamole protocol.
    Capabilities which may not be present in all versions of the Guacamole protocol.
    Representation of a Guacamole protocol version.
    All possible statuses returned by various Guacamole instructions, each having a corresponding code.