|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolVersion | |
---|---|
org.apache.qpid.framing | |
org.apache.qpid.framing.amqp_0_9 | |
org.apache.qpid.framing.amqp_0_91 | |
org.apache.qpid.framing.amqp_8_0 | |
org.apache.qpid.protocol |
Uses of ProtocolVersion in org.apache.qpid.framing |
---|
Fields in org.apache.qpid.framing declared as ProtocolVersion | |
---|---|
static ProtocolVersion |
ProtocolVersion.v0_10
|
static ProtocolVersion |
ProtocolVersion.v0_9
|
static ProtocolVersion |
ProtocolVersion.v0_91
|
static ProtocolVersion |
ProtocolVersion.v8_0
|
Methods in org.apache.qpid.framing that return ProtocolVersion | |
---|---|
ProtocolVersion |
ProtocolInitiation.checkVersion()
|
static ProtocolVersion |
ProtocolVersion.defaultProtocolVersion()
|
static ProtocolVersion |
ProtocolVersion.getLatestSupportedVersion()
|
static ProtocolVersion |
ProtocolVersion.parse(String name)
|
Methods in org.apache.qpid.framing that return types with arguments of type ProtocolVersion | |
---|---|
static SortedSet<ProtocolVersion> |
ProtocolVersion.getSupportedProtocolVersions()
|
Methods in org.apache.qpid.framing with parameters of type ProtocolVersion | |
---|---|
static MethodRegistry |
MethodRegistry.getMethodRegistry(ProtocolVersion pv)
|
Constructors in org.apache.qpid.framing with parameters of type ProtocolVersion | |
---|---|
MethodRegistry(ProtocolVersion pv)
|
|
ProtocolInitiation(ProtocolVersion pv)
|
Uses of ProtocolVersion in org.apache.qpid.framing.amqp_0_9 |
---|
Constructors in org.apache.qpid.framing.amqp_0_9 with parameters of type ProtocolVersion | |
---|---|
MethodRegistry_0_9(ProtocolVersion pv)
|
Uses of ProtocolVersion in org.apache.qpid.framing.amqp_0_91 |
---|
Constructors in org.apache.qpid.framing.amqp_0_91 with parameters of type ProtocolVersion | |
---|---|
MethodRegistry_0_91(ProtocolVersion pv)
|
Uses of ProtocolVersion in org.apache.qpid.framing.amqp_8_0 |
---|
Constructors in org.apache.qpid.framing.amqp_8_0 with parameters of type ProtocolVersion | |
---|---|
MethodRegistry_8_0(ProtocolVersion pv)
|
Uses of ProtocolVersion in org.apache.qpid.protocol |
---|
Methods in org.apache.qpid.protocol that return ProtocolVersion | |
---|---|
ProtocolVersion |
ProtocolVersionAware.getProtocolVersion()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |