Uses of Class
org.apache.guacamole.protocol.GuacamoleProtocolVersion
- 
Packages that use GuacamoleProtocolVersion Package Description org.apache.guacamole.protocol Classes relating directly to the Guacamole protocol.
- 
- 
Uses of GuacamoleProtocolVersion in org.apache.guacamole.protocolFields in org.apache.guacamole.protocol declared as GuacamoleProtocolVersion Modifier and Type Field Description static GuacamoleProtocolVersionGuacamoleProtocolVersion. LATESTThe most recent version of the Guacamole protocol at the time this version of GuacamoleProtocolVersion was built.static GuacamoleProtocolVersionGuacamoleProtocolVersion. VERSION_1_0_0Protocol version 1.0.0 and older.static GuacamoleProtocolVersionGuacamoleProtocolVersion. VERSION_1_1_0Protocol version 1.1.0, which introduces Client-Server version detection, arbitrary handshake instruction order, and support for passing the client timezone to the server during the handshake.static GuacamoleProtocolVersionGuacamoleProtocolVersion. VERSION_1_3_0Protocol version 1.3.0, which introduces the "required" instruction allowing the server to explicitly request connection parameters from the client.static GuacamoleProtocolVersionGuacamoleProtocolVersion. VERSION_1_5_0Protocol version 1.5.0, which introduces the "msg" instruction, allowing the server to send message notifications that will be displayed on the client.Methods in org.apache.guacamole.protocol that return GuacamoleProtocolVersion Modifier and Type Method Description GuacamoleProtocolVersionConfiguredGuacamoleSocket. getProtocolVersion()Returns the version of the Guacamole protocol associated with the Guacamole connection negotiated by this ConfiguredGuacamoleSocket.static GuacamoleProtocolVersionGuacamoleProtocolVersion. parseVersion(String version)Parse the String format of the version provided and return the the enum value matching that version.Methods in org.apache.guacamole.protocol with parameters of type GuacamoleProtocolVersion Modifier and Type Method Description booleanGuacamoleProtocolVersion. atLeast(GuacamoleProtocolVersion otherVersion)Returns whether this GuacamoleProtocolVersion is at least as recent as (greater than or equal to) the given version.booleanGuacamoleProtocolCapability. isSupported(GuacamoleProtocolVersion version)Returns whether this capability is supported in the given Guacamole protocol version.
 
-