Uses of Class
com.rabbitmq.client.impl.Version
-
Packages that use Version Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of Version in com.rabbitmq.client
Fields in com.rabbitmq.client declared as Version Modifier and Type Field Description private Version
ProtocolVersionMismatchException. clientVersion
private Version
ProtocolVersionMismatchException. serverVersion
Methods in com.rabbitmq.client that return Version Modifier and Type Method Description Version
ProtocolVersionMismatchException. getClientVersion()
The client's AMQP specification version.Version
ProtocolVersionMismatchException. getServerVersion()
The server's AMQP specification version.Constructors in com.rabbitmq.client with parameters of type Version Constructor Description ProtocolVersionMismatchException(Version clientVersion, Version serverVersion)
-
Uses of Version in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as Version Modifier and Type Field Description private static Version
AMQConnection. clientVersion
Methods in com.rabbitmq.client.impl that return Version Modifier and Type Method Description Version
Version. adjust()
Adjust a version for spec weirdness.Methods in com.rabbitmq.client.impl with parameters of type Version Modifier and Type Method Description static boolean
Version. checkVersion(Version clientVersion, Version serverVersion)
Check compatibility of a client and server version, from the client's perspective.
-