Class Start
java.lang.Object
com.swiftmq.amqp.v091.types.Method
com.swiftmq.amqp.v091.generated.connection.ConnectionMethod
com.swiftmq.amqp.v091.generated.connection.Start
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ConnectionMethodVisitor visitor) byte[]
byte[]
byte
byte
protected void
void
setLocales
(byte[] locales) void
setMechanisms
(byte[] mechanisms) void
setServerProperties
(Map<String, Object> serverProperties) void
setVersionMajor
(byte versionMajor) void
setVersionMinor
(byte versionMinor) toString()
protected void
Methods inherited from class com.swiftmq.amqp.v091.types.Method
_getClassId, _getMethodId, readContent, writeContent
-
Constructor Details
-
Start
public Start()
-
-
Method Details
-
accept
- Specified by:
accept
in classConnectionMethod
-
getVersionMajor
public byte getVersionMajor() -
setVersionMajor
public void setVersionMajor(byte versionMajor) -
getVersionMinor
public byte getVersionMinor() -
setVersionMinor
public void setVersionMinor(byte versionMinor) -
getServerProperties
-
setServerProperties
-
getMechanisms
public byte[] getMechanisms() -
setMechanisms
public void setMechanisms(byte[] mechanisms) -
getLocales
public byte[] getLocales() -
setLocales
public void setLocales(byte[] locales) -
readBody
- Specified by:
readBody
in classMethod
- Throws:
IOException
-
writeBody
- Specified by:
writeBody
in classMethod
- Throws:
IOException
-
toString
-