com.rabbitmq.client
Interface AMQP.Connection.StartOk

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

public static interface AMQP.Connection.StartOk
extends Method


Nested Class Summary
static class AMQP.Connection.StartOk.Builder
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getClientProperties()
           
 java.lang.String getLocale()
           
 java.lang.String getMechanism()
           
 LongString getResponse()
           
 
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
 

Method Detail

getClientProperties

java.util.Map<java.lang.String,java.lang.Object> getClientProperties()

getMechanism

java.lang.String getMechanism()

getResponse

LongString getResponse()

getLocale

java.lang.String getLocale()