Class VersionController
java.lang.Object
com.sun.xml.ws.transport.tcp.util.VersionController
- Author:
- Alexey Stashok
-
Method Summary
Modifier and TypeMethodDescriptiongetClosestSupportedConnectionManagementVersion(Version connectionManagementVersion) Method returns closest to given connection management version, which current implementation supportsgetClosestSupportedFramingVersion(Version framingVersion) Method returns closest to given framing version, which current implementation supportsstatic VersionControllerbooleanisVersionSupported(Version framingVersion, Version connectionManagementVersion) Method checks compatibility of server and client versions
-
Method Details
-
getInstance
-
getFramingVersion
-
getConnectionManagementVersion
-
isVersionSupported
Method checks compatibility of server and client versions -
getClosestSupportedFramingVersion
Method returns closest to given framing version, which current implementation supports -
getClosestSupportedConnectionManagementVersion
Method returns closest to given connection management version, which current implementation supports
-