|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.rabbitmq.client.impl.Method
com.rabbitmq.client.impl.AMQImpl.Access.Request
public static class AMQImpl.Access.Request
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.rabbitmq.client.AMQP.Access.Request |
|---|
AMQP.Access.Request.Builder |
| Field Summary | |
|---|---|
static int |
INDEX
|
| Constructor Summary | |
|---|---|
AMQImpl.Access.Request(MethodArgumentReader rdr)
|
|
AMQImpl.Access.Request(java.lang.String realm,
boolean exclusive,
boolean passive,
boolean active,
boolean write,
boolean read)
|
|
| Method Summary | |
|---|---|
void |
appendArgumentDebugStringTo(java.lang.StringBuilder acc)
Public API - debugging utility |
boolean |
getActive()
|
boolean |
getExclusive()
|
boolean |
getPassive()
|
boolean |
getRead()
|
java.lang.String |
getRealm()
|
boolean |
getWrite()
|
boolean |
hasContent()
Tell if content is present. |
int |
protocolClassId()
Retrieve the protocol class ID |
int |
protocolMethodId()
Retrieve the protocol method ID |
java.lang.String |
protocolMethodName()
Retrieve the method name |
java.lang.Object |
visit(AMQImpl.MethodVisitor visitor)
Visitor support (double-dispatch mechanism). |
void |
writeArgumentsTo(MethodArgumentWriter writer)
Private API - Autogenerated writer for this method. |
| Methods inherited from class com.rabbitmq.client.impl.Method |
|---|
toFrame, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int INDEX
| Constructor Detail |
|---|
public AMQImpl.Access.Request(java.lang.String realm,
boolean exclusive,
boolean passive,
boolean active,
boolean write,
boolean read)
public AMQImpl.Access.Request(MethodArgumentReader rdr)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public java.lang.String getRealm()
getRealm in interface AMQP.Access.Requestpublic boolean getExclusive()
getExclusive in interface AMQP.Access.Requestpublic boolean getPassive()
getPassive in interface AMQP.Access.Requestpublic boolean getActive()
getActive in interface AMQP.Access.Requestpublic boolean getWrite()
getWrite in interface AMQP.Access.Requestpublic boolean getRead()
getRead in interface AMQP.Access.Requestpublic int protocolClassId()
Method
protocolClassId in interface MethodprotocolClassId in class Methodpublic int protocolMethodId()
Method
protocolMethodId in interface MethodprotocolMethodId in class Methodpublic java.lang.String protocolMethodName()
Method
protocolMethodName in interface MethodprotocolMethodName in class Methodpublic boolean hasContent()
Method
hasContent in class Method
public java.lang.Object visit(AMQImpl.MethodVisitor visitor)
throws java.io.IOException
Method
visit in class Methodvisitor - the visitor object
java.io.IOException - if an error is encounteredpublic void appendArgumentDebugStringTo(java.lang.StringBuilder acc)
Method
appendArgumentDebugStringTo in class Methodacc - the buffer to append debug data to
public void writeArgumentsTo(MethodArgumentWriter writer)
throws java.io.IOException
Method
writeArgumentsTo in class Methodwriter - interface to an object to write the method arguments
java.io.IOException - if an error is encountered
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||