Class Flow
- java.lang.Object
-
- com.swiftmq.amqp.v091.types.Method
-
- com.swiftmq.amqp.v091.generated.channel.ChannelMethod
-
- com.swiftmq.amqp.v091.generated.channel.Flow
-
public class Flow extends ChannelMethod
-
-
Constructor Summary
Constructors Constructor Description Flow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ChannelMethodVisitor visitor)
boolean
getActive()
protected void
readBody(BitSupportDataInput in)
void
setActive(boolean active)
java.lang.String
toString()
protected void
writeBody(BitSupportDataOutput out)
-
Methods inherited from class com.swiftmq.amqp.v091.types.Method
_getClassId, _getMethodId, readContent, writeContent
-
-
-
-
Method Detail
-
accept
public void accept(ChannelMethodVisitor visitor)
- Specified by:
accept
in classChannelMethod
-
getActive
public boolean getActive()
-
setActive
public void setActive(boolean active)
-
readBody
protected void readBody(BitSupportDataInput in) throws java.io.IOException
-
writeBody
protected void writeBody(BitSupportDataOutput out) throws java.io.IOException
-
-