Class StartOk
java.lang.Object
com.swiftmq.amqp.v091.types.Method
com.swiftmq.amqp.v091.generated.connection.ConnectionMethod
com.swiftmq.amqp.v091.generated.connection.StartOk
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ConnectionMethodVisitor visitor) byte[]
protected void
void
setClientProperties
(Map<String, Object> clientProperties) void
void
setMechanism
(String mechanism) void
setResponse
(byte[] response) toString()
protected void
Methods inherited from class com.swiftmq.amqp.v091.types.Method
_getClassId, _getMethodId, readContent, writeContent
-
Constructor Details
-
StartOk
public StartOk()
-
-
Method Details
-
accept
- Specified by:
accept
in classConnectionMethod
-
getClientProperties
-
setClientProperties
-
getMechanism
-
setMechanism
-
getResponse
public byte[] getResponse() -
setResponse
public void setResponse(byte[] response) -
getLocale
-
setLocale
-
readBody
- Specified by:
readBody
in classMethod
- Throws:
IOException
-
writeBody
- Specified by:
writeBody
in classMethod
- Throws:
IOException
-
toString
-