public interface ServerProtocolVersion
Modifier and Type | Method and Description |
---|---|
int |
highestSupportedVersion()
Returns the highest supported protocol version by this server.
|
default boolean |
isKnown()
Returns true if the actual protocol version has not yet been identified.
|
int |
lowestSupportedVersion()
Returns the lowest supported protocol version by this server.
|
it.unimi.dsi.fastutil.ints.IntSortedSet |
supportedVersions()
Returns a sorted set of all supported protocol version by this server.
|
int lowestSupportedVersion()
highestSupportedVersion()
should only differ on proxy servers supporting multiple versions.int highestSupportedVersion()
lowestSupportedVersion()
should only differ on proxy servers supporting multiple versions.it.unimi.dsi.fastutil.ints.IntSortedSet supportedVersions()
default boolean isKnown()