Package 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
Nested Classes Modifier and Type Interface Description static class
AMQP.Connection.Start.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LongString
getLocales()
LongString
getMechanisms()
Map<String,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()
-
getMechanisms
LongString getMechanisms()
-
getLocales
LongString getLocales()
-
-