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.protocol
Fields in org.apache.guacamole.protocol declared as GuacamoleProtocolVersion Modifier and Type Field Description static GuacamoleProtocolVersion
GuacamoleProtocolVersion. LATEST
The most recent version of the Guacamole protocol at the time this version of GuacamoleProtocolVersion was built.static GuacamoleProtocolVersion
GuacamoleProtocolVersion. VERSION_1_0_0
Protocol version 1.0.0 and older.static 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 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 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 GuacamoleProtocolVersion Modifier and Type Method Description GuacamoleProtocolVersion
ConfiguredGuacamoleSocket. 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 GuacamoleProtocolVersion Modifier and Type Method Description boolean
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.
-