| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
AMQMethodBodyImpl |
class |
ContentBody |
class |
ContentHeaderBody |
class |
HeartbeatBody |
| Modifier and Type | Method and Description |
|---|---|
AMQBody |
ContentHeaderBodyFactory.createBody(MarkableDataInput in,
long bodySize) |
AMQBody |
BodyFactory.createBody(MarkableDataInput in,
long bodySize) |
AMQBody |
AMQMethodBodyFactory.createBody(MarkableDataInput in,
long bodySize) |
AMQBody |
HeartbeatBodyFactory.createBody(MarkableDataInput in,
long bodySize) |
AMQBody |
ContentBodyFactory.createBody(MarkableDataInput in,
long bodySize) |
AMQBody |
AMQFrame.getBodyFrame() |
| Modifier and Type | Method and Description |
|---|---|
static void |
AMQFrame.writeFrame(DataOutput buffer,
int channel,
AMQBody body) |
static void |
AMQFrame.writeFrames(DataOutput buffer,
int channel,
AMQBody body1,
AMQBody body2) |
static void |
AMQFrame.writeFrames(DataOutput buffer,
int channel,
AMQBody body1,
AMQBody body2,
AMQBody body3) |
| Constructor and Description |
|---|
AMQFrame(int channel,
AMQBody bodyFrame) |
| Modifier and Type | Class and Description |
|---|---|
class |
AMQMethodBody_0_91 |
| Modifier and Type | Class and Description |
|---|---|
class |
AMQMethodBody_8_0 |
class |
BasicRecoverOkBodyImpl |
class |
ChannelAlertBodyImpl |
class |
TestContentBodyImpl |
class |
TestContentOkBodyImpl |
class |
TestIntegerBodyImpl |
class |
TestIntegerOkBodyImpl |
class |
TestStringBodyImpl |
class |
TestStringOkBodyImpl |
class |
TestTableBodyImpl |
class |
TestTableOkBodyImpl |
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.