| Package | Description |
|---|---|
| com.sun.xml.ws.transport.tcp.util |
| Modifier and Type | Method and Description |
|---|---|
Version |
VersionController.getClosestSupportedConnectionManagementVersion(Version connectionManagementVersion)
Method returns closest to given connection management version, which current implementation supports
|
Version |
VersionController.getClosestSupportedFramingVersion(Version framingVersion)
Method returns closest to given framing version, which current implementation supports
|
Version |
VersionController.getConnectionManagementVersion() |
Version |
VersionMismatchException.getExpectedConnectionManagementVersion() |
Version |
VersionMismatchException.getExpectedFramingVersion() |
Version |
VersionController.getFramingVersion() |
| Modifier and Type | Method and Description |
|---|---|
Version |
VersionController.getClosestSupportedConnectionManagementVersion(Version connectionManagementVersion)
Method returns closest to given connection management version, which current implementation supports
|
Version |
VersionController.getClosestSupportedFramingVersion(Version framingVersion)
Method returns closest to given framing version, which current implementation supports
|
boolean |
VersionController.isVersionSupported(Version framingVersion,
Version connectionManagementVersion)
Method checks compatibility of server and client versions
|
| Constructor and Description |
|---|
VersionMismatchException(String message,
Version expectedFramingVersion,
Version expectedConnectionManagementVersion) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.