com.rabbitmq.client
Interface AMQP.Access.Request

All Superinterfaces:
Method
All Known Implementing Classes:
AMQImpl.Access.Request
Enclosing class:
AMQP.Access

public static interface AMQP.Access.Request
extends Method


Nested Class Summary
static class AMQP.Access.Request.Builder
           
 
Method Summary
 boolean getActive()
           
 boolean getExclusive()
           
 boolean getPassive()
           
 boolean getRead()
           
 java.lang.String getRealm()
           
 boolean getWrite()
           
 
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
 

Method Detail

getRealm

java.lang.String getRealm()

getExclusive

boolean getExclusive()

getPassive

boolean getPassive()

getActive

boolean getActive()

getWrite

boolean getWrite()

getRead

boolean getRead()