Class BasicNackBody

    • Constructor Detail

      • BasicNackBody

        public BasicNackBody​(long deliveryTag,
                             boolean multiple,
                             boolean requeue)
    • Method Detail

      • getClazz

        public int getClazz()
        Specified by:
        getClazz in interface AMQMethodBody
        Returns:
        unsigned short
      • getMethod

        public int getMethod()
        Specified by:
        getMethod in interface AMQMethodBody
        Returns:
        unsigned short
      • getDeliveryTag

        public final long getDeliveryTag()
      • getMultiple

        public final boolean getMultiple()
      • getRequeue

        public final boolean getRequeue()
      • writeMethodPayload

        public void writeMethodPayload​(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer)
        Specified by:
        writeMethodPayload in class AMQMethodBodyImpl
      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface AMQMethodBody
        Overrides:
        toString in class java.lang.Object
      • process

        public static void process​(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer,
                                   ChannelMethodProcessor dispatcher)