Class ProtocolOutputConverterImpl.CompositeAMQBodyBlock

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int OVERHEAD  
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • OVERHEAD

        public static final int OVERHEAD
    • Constructor Detail

      • CompositeAMQBodyBlock

        public CompositeAMQBodyBlock​(int channel,
                                     AMQBody methodBody,
                                     AMQBody headerBody,
                                     AMQBody contentBody)
    • Method Detail

      • getSize

        public long getSize()
        Description copied from class: AMQDataBlock
        Get the size of buffer needed to store the byte representation of this frame.
        Specified by:
        getSize in class AMQDataBlock
        Returns:
        unsigned integer
      • writePayload

        public long writePayload​(org.apache.qpid.server.transport.ByteBufferSender sender)
        Specified by:
        writePayload in class AMQDataBlock
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object