public interface ProtocolVersionAware
| Modifier and Type | Method and Description |
|---|---|
byte |
getProtocolMajorVersion()
Deprecated.
Reports the AMQP major version, that the implementer can handle.
|
byte |
getProtocolMinorVersion()
Deprecated.
Reports the AMQP minor version, that the implementer can handle.
|
ProtocolVersion |
getProtocolVersion() |
byte getProtocolMinorVersion()
byte getProtocolMajorVersion()
ProtocolVersion getProtocolVersion()
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.