com.rabbitmq.client
Interface AMQP.Connection.Close

All Superinterfaces:
Method
All Known Implementing Classes:
AMQImpl.Connection.Close
Enclosing class:
AMQP.Connection

public static interface AMQP.Connection.Close
extends Method


Nested Class Summary
static class AMQP.Connection.Close.Builder
           
 
Method Summary
 int getClassId()
           
 int getMethodId()
           
 int getReplyCode()
           
 java.lang.String getReplyText()
           
 
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
 

Method Detail

getReplyCode

int getReplyCode()

getReplyText

java.lang.String getReplyText()

getClassId

int getClassId()

getMethodId

int getMethodId()