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 GuacamoleProtocolVersionGuacamoleProtocolVersion.LATESTThe most recent version of the Guacamole protocol at the time this version of GuacamoleProtocolVersion was built.static final GuacamoleProtocolVersionGuacamoleProtocolVersion.VERSION_1_0_0Protocol version 1.0.0 and older.static final 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 final 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 final 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 GuacamoleProtocolVersionModifier and TypeMethodDescriptionConfiguredGuacamoleSocket.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 GuacamoleProtocolVersionModifier and TypeMethodDescriptionbooleanGuacamoleProtocolVersion.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.