Enum AoservDaemonProtocol.Version

java.lang.Object
java.lang.Enum<AoservDaemonProtocol.Version>
com.aoindustries.aoserv.daemon.client.AoservDaemonProtocol.Version
All Implemented Interfaces:
Serializable, Comparable<AoservDaemonProtocol.Version>
Enclosing class:
AoservDaemonProtocol

public static enum AoservDaemonProtocol.Version extends Enum<AoservDaemonProtocol.Version>
Each time the protocols are changed in a way that is not backwards-compatible, please increase this number so that older clients will not be allowed to connect, rather than get undefined erroneous behavior.

These versions roughly match the version of AoservProtocol.Version.CURRENT_VERSION at the time they were first used.