|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProtocolVersionAware
ProtocolVersionAware is implemented by all AMQP handling classes, that need to provide an awareness to callers of the version of the AMQP protocol that they are able to handle.
Responsibilities |
---|
Report the major and minor AMQP version handled. |
Method Summary | |
---|---|
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()
|
Method Detail |
---|
byte getProtocolMinorVersion()
byte getProtocolMajorVersion()
ProtocolVersion getProtocolVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |