Class OpenOk
java.lang.Object
com.swiftmq.amqp.v091.types.Method
com.swiftmq.amqp.v091.generated.channel.ChannelMethod
com.swiftmq.amqp.v091.generated.channel.OpenOk
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ChannelMethodVisitor visitor) byte[]
protected void
void
setReserved1
(byte[] reserved1) toString()
protected void
Methods inherited from class com.swiftmq.amqp.v091.types.Method
_getClassId, _getMethodId, readContent, writeContent
-
Constructor Details
-
OpenOk
public OpenOk()
-
-
Method Details
-
accept
- Specified by:
accept
in classChannelMethod
-
getReserved1
public byte[] getReserved1() -
setReserved1
public void setReserved1(byte[] reserved1) -
readBody
- Specified by:
readBody
in classMethod
- Throws:
IOException
-
writeBody
- Specified by:
writeBody
in classMethod
- Throws:
IOException
-
toString
-