|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AMQBody | |
---|---|
org.apache.qpid.framing | |
org.apache.qpid.framing.abstraction | |
org.apache.qpid.framing.amqp_0_9 | |
org.apache.qpid.framing.amqp_0_91 | |
org.apache.qpid.framing.amqp_8_0 |
Uses of AMQBody in org.apache.qpid.framing |
---|
Classes in org.apache.qpid.framing that implement AMQBody | |
---|---|
class |
AMQMethodBodyImpl
|
class |
ContentBody
|
class |
ContentHeaderBody
|
class |
HeartbeatBody
|
Methods in org.apache.qpid.framing that return AMQBody | |
---|---|
AMQBody |
BodyFactory.createBody(org.apache.mina.common.ByteBuffer in,
long bodySize)
|
AMQBody |
AMQMethodBodyFactory.createBody(org.apache.mina.common.ByteBuffer in,
long bodySize)
|
AMQBody |
ContentBodyFactory.createBody(org.apache.mina.common.ByteBuffer in,
long bodySize)
|
AMQBody |
ContentHeaderBodyFactory.createBody(org.apache.mina.common.ByteBuffer in,
long bodySize)
|
AMQBody |
HeartbeatBodyFactory.createBody(org.apache.mina.common.ByteBuffer in,
long bodySize)
|
AMQBody |
AMQFrame.getBodyFrame()
|
Methods in org.apache.qpid.framing with parameters of type AMQBody | |
---|---|
static void |
AMQFrame.writeFrame(org.apache.mina.common.ByteBuffer buffer,
int channel,
AMQBody body)
|
static void |
AMQFrame.writeFrames(org.apache.mina.common.ByteBuffer buffer,
int channel,
AMQBody body1,
AMQBody body2)
|
static void |
AMQFrame.writeFrames(org.apache.mina.common.ByteBuffer buffer,
int channel,
AMQBody body1,
AMQBody body2,
AMQBody body3)
|
Constructors in org.apache.qpid.framing with parameters of type AMQBody | |
---|---|
AMQFrame(int channel,
AMQBody bodyFrame)
|
Uses of AMQBody in org.apache.qpid.framing.abstraction |
---|
Methods in org.apache.qpid.framing.abstraction that return AMQBody | |
---|---|
AMQBody |
ProtocolVersionMethodConverter.convertToBody(ByteBuffer buf)
|
AMQBody |
ProtocolVersionMethodConverter.convertToBody(ContentChunk contentBody)
|
Methods in org.apache.qpid.framing.abstraction with parameters of type AMQBody | |
---|---|
ContentChunk |
ProtocolVersionMethodConverter.convertToContentChunk(AMQBody body)
|
Uses of AMQBody in org.apache.qpid.framing.amqp_0_9 |
---|
Methods in org.apache.qpid.framing.amqp_0_9 that return AMQBody | |
---|---|
AMQBody |
MethodConverter_0_9.convertToBody(ByteBuffer buf)
|
AMQBody |
MethodConverter_0_9.convertToBody(ContentChunk contentChunk)
|
Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type AMQBody | |
---|---|
ContentChunk |
MethodConverter_0_9.convertToContentChunk(AMQBody body)
|
Uses of AMQBody in org.apache.qpid.framing.amqp_0_91 |
---|
Classes in org.apache.qpid.framing.amqp_0_91 that implement AMQBody | |
---|---|
class |
AMQMethodBody_0_91
|
Methods in org.apache.qpid.framing.amqp_0_91 that return AMQBody | |
---|---|
AMQBody |
MethodConverter_0_91.convertToBody(ByteBuffer buf)
|
AMQBody |
MethodConverter_0_91.convertToBody(ContentChunk contentChunk)
|
Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type AMQBody | |
---|---|
ContentChunk |
MethodConverter_0_91.convertToContentChunk(AMQBody body)
|
Uses of AMQBody in org.apache.qpid.framing.amqp_8_0 |
---|
Classes in org.apache.qpid.framing.amqp_8_0 that implement AMQBody | |
---|---|
class |
AMQMethodBody_8_0
|
class |
BasicRecoverOkBodyImpl
|
class |
ChannelAlertBodyImpl
|
class |
TestContentBodyImpl
|
class |
TestContentOkBodyImpl
|
class |
TestIntegerBodyImpl
|
class |
TestIntegerOkBodyImpl
|
class |
TestStringBodyImpl
|
class |
TestStringOkBodyImpl
|
class |
TestTableBodyImpl
|
class |
TestTableOkBodyImpl
|
Methods in org.apache.qpid.framing.amqp_8_0 that return AMQBody | |
---|---|
AMQBody |
MethodConverter_8_0.convertToBody(ByteBuffer buf)
|
AMQBody |
MethodConverter_8_0.convertToBody(ContentChunk contentChunk)
|
Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type AMQBody | |
---|---|
ContentChunk |
MethodConverter_8_0.convertToContentChunk(AMQBody body)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |