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()
      • getChannel

        public final int getChannel()
      • getBodyFrame

        public final AMQBody getBodyFrame()