public static final class ProtocolOutputConverterImpl.CompositeAMQBodyBlock
extends org.apache.qpid.framing.AMQDataBlock
| Modifier and Type | Field and Description |
|---|---|
static int |
OVERHEAD |
| Constructor and Description |
|---|
ProtocolOutputConverterImpl.CompositeAMQBodyBlock(int channel,
org.apache.qpid.framing.AMQBody methodBody,
org.apache.qpid.framing.AMQBody headerBody,
org.apache.qpid.framing.AMQBody contentBody) |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize() |
String |
toString() |
long |
writePayload(org.apache.qpid.transport.ByteBufferSender sender) |
void |
writePayload(DataOutput buffer) |
public ProtocolOutputConverterImpl.CompositeAMQBodyBlock(int channel,
org.apache.qpid.framing.AMQBody methodBody,
org.apache.qpid.framing.AMQBody headerBody,
org.apache.qpid.framing.AMQBody contentBody)
public long getSize()
getSize in class org.apache.qpid.framing.AMQDataBlockpublic void writePayload(DataOutput buffer) throws IOException
writePayload in class org.apache.qpid.framing.AMQDataBlockIOExceptionpublic long writePayload(org.apache.qpid.transport.ByteBufferSender sender)
throws IOException
writePayload in class org.apache.qpid.framing.AMQDataBlockIOExceptionCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.