Class AccessRequestBody

    • Constructor Detail

      • AccessRequestBody

        public AccessRequestBody​(AMQShortString realm,
                                 boolean exclusive,
                                 boolean passive,
                                 boolean active,
                                 boolean write,
                                 boolean read)
    • 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
      • getExclusive

        public final boolean getExclusive()
      • getPassive

        public final boolean getPassive()
      • getActive

        public final boolean getActive()
      • getWrite

        public final boolean getWrite()
      • getRead

        public final boolean getRead()
      • 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,
                                   ServerChannelMethodProcessor dispatcher)