com.rabbitmq.client
Interface AMQP.Connection.Start

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

public static interface AMQP.Connection.Start
extends Method


Nested Class Summary
static class AMQP.Connection.Start.Builder
           
 
Method Summary
 LongString getLocales()
           
 LongString getMechanisms()
           
 java.util.Map<java.lang.String,java.lang.Object> getServerProperties()
           
 int getVersionMajor()
           
 int getVersionMinor()
           
 
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
 

Method Detail

getVersionMajor

int getVersionMajor()

getVersionMinor

int getVersionMinor()

getServerProperties

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

getMechanisms

LongString getMechanisms()

getLocales

LongString getLocales()