Uses of Class
org.apache.guacamole.protocol.GuacamoleProtocolVersion
Packages that use GuacamoleProtocolVersion
Package
Description
Classes relating directly to the Guacamole protocol.
-
Uses of GuacamoleProtocolVersion in org.apache.guacamole.protocol
Fields in org.apache.guacamole.protocol declared as GuacamoleProtocolVersionModifier and TypeFieldDescriptionstatic final GuacamoleProtocolVersion
GuacamoleProtocolVersion.LATEST
The most recent version of the Guacamole protocol at the time this version of GuacamoleProtocolVersion was built.static final GuacamoleProtocolVersion
GuacamoleProtocolVersion.VERSION_1_0_0
Protocol version 1.0.0 and older.static final GuacamoleProtocolVersion
GuacamoleProtocolVersion.VERSION_1_1_0
Protocol 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 final GuacamoleProtocolVersion
GuacamoleProtocolVersion.VERSION_1_3_0
Protocol version 1.3.0, which introduces the "required" instruction allowing the server to explicitly request connection parameters from the client.static final GuacamoleProtocolVersion
GuacamoleProtocolVersion.VERSION_1_5_0
Protocol 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 GuacamoleProtocolVersionModifier and TypeMethodDescriptionConfiguredGuacamoleSocket.getProtocolVersion()
Returns the version of the Guacamole protocol associated with the Guacamole connection negotiated by this ConfiguredGuacamoleSocket.static GuacamoleProtocolVersion
GuacamoleProtocolVersion.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 GuacamoleProtocolVersionModifier and TypeMethodDescriptionboolean
GuacamoleProtocolVersion.atLeast
(GuacamoleProtocolVersion otherVersion) Returns whether this GuacamoleProtocolVersion is at least as recent as (greater than or equal to) the given version.boolean
GuacamoleProtocolCapability.isSupported
(GuacamoleProtocolVersion version) Returns whether this capability is supported in the given Guacamole protocol version.