Class AMQDataBlock
- java.lang.Object
-
- org.apache.qpid.server.protocol.v0_8.transport.AMQDataBlock
-
- All Implemented Interfaces:
EncodableAMQDataBlock
- Direct Known Subclasses:
AMQFrame,CompositeAMQDataBlock,ProtocolInitiation,ProtocolOutputConverterImpl.CompositeAMQBodyBlock,ProtocolOutputConverterImpl.SmallCompositeAMQBodyBlock
public abstract class AMQDataBlock extends java.lang.Object implements EncodableAMQDataBlock
A data block represents something that has a size in bytes and the ability to write itself to a byte buffer (similar to a byte array).
-
-
Constructor Summary
Constructors Constructor Description AMQDataBlock()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract longgetSize()Get the size of buffer needed to store the byte representation of this frame.abstract longwritePayload(org.apache.qpid.server.transport.ByteBufferSender sender)
-