Class AMQDataBlock

    • Constructor Summary

      Constructors 
      Constructor Description
      AMQDataBlock()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract long getSize()
      Get the size of buffer needed to store the byte representation of this frame.
      abstract long writePayload​(org.apache.qpid.server.transport.ByteBufferSender sender)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AMQDataBlock

        public AMQDataBlock()
    • Method Detail

      • getSize

        public abstract long getSize()
        Get the size of buffer needed to store the byte representation of this frame.
        Returns:
        unsigned integer
      • writePayload

        public abstract long writePayload​(org.apache.qpid.server.transport.ByteBufferSender sender)