Class AMQFrame

    • Constructor Detail

      • AMQFrame

        public AMQFrame​(int channel,
                        AMQBody bodyFrame)
    • 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
      • getFrameOverhead

        public static final int getFrameOverhead()
      • writePayload

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

        public final int getChannel()
      • getBodyFrame

        public final AMQBody getBodyFrame()
      • toString

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