Package 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
Nested Classes Modifier and Type Interface Description static class
AMQP.Connection.StartOk.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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()
-
-