|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.rabbitmq.client.impl.Method com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
public static class AMQImpl.Basic.GetOk
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.rabbitmq.client.AMQP.Basic.GetOk |
---|
AMQP.Basic.GetOk.Builder |
Field Summary | |
---|---|
static int |
INDEX
|
Constructor Summary | |
---|---|
AMQImpl.Basic.GetOk(long deliveryTag,
boolean redelivered,
java.lang.String exchange,
java.lang.String routingKey,
int messageCount)
|
|
AMQImpl.Basic.GetOk(MethodArgumentReader rdr)
|
Method Summary | |
---|---|
void |
appendArgumentDebugStringTo(java.lang.StringBuilder acc)
Public API - debugging utility |
long |
getDeliveryTag()
|
java.lang.String |
getExchange()
|
int |
getMessageCount()
|
boolean |
getRedelivered()
|
java.lang.String |
getRoutingKey()
|
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.Basic.GetOk(long deliveryTag, boolean redelivered, java.lang.String exchange, java.lang.String routingKey, int messageCount)
public AMQImpl.Basic.GetOk(MethodArgumentReader rdr) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public long getDeliveryTag()
getDeliveryTag
in interface AMQP.Basic.GetOk
public boolean getRedelivered()
getRedelivered
in interface AMQP.Basic.GetOk
public java.lang.String getExchange()
getExchange
in interface AMQP.Basic.GetOk
public java.lang.String getRoutingKey()
getRoutingKey
in interface AMQP.Basic.GetOk
public int getMessageCount()
getMessageCount
in interface AMQP.Basic.GetOk
public int protocolClassId()
Method
protocolClassId
in interface Method
protocolClassId
in class Method
public int protocolMethodId()
Method
protocolMethodId
in interface Method
protocolMethodId
in class Method
public java.lang.String protocolMethodName()
Method
protocolMethodName
in interface Method
protocolMethodName
in class Method
public boolean hasContent()
Method
hasContent
in class Method
public java.lang.Object visit(AMQImpl.MethodVisitor visitor) throws java.io.IOException
Method
visit
in class Method
visitor
- the visitor object
java.io.IOException
- if an error is encounteredpublic void appendArgumentDebugStringTo(java.lang.StringBuilder acc)
Method
appendArgumentDebugStringTo
in class Method
acc
- the buffer to append debug data topublic void writeArgumentsTo(MethodArgumentWriter writer) throws java.io.IOException
Method
writeArgumentsTo
in class Method
writer
- 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 |