public static class AMQP.Channel.FlowOk extends AbstractMarshallingMethod
Modifier and Type | Field and Description |
---|---|
boolean |
active
Confirms the setting of the processed flow method: 1 means the peer will start sending or continue to send content frames; 0 means it will not.
|
static int |
INDEX |
private static long |
serialVersionUID |
channelNumber, logger
Constructor and Description |
---|
AMQP.Channel.FlowOk() |
AMQP.Channel.FlowOk(boolean active)
Confirms to the peer that a flow command was received and processed.
|
Modifier and Type | Method and Description |
---|---|
int |
getClassId() |
String |
getClassName() |
int |
getMethodId() |
String |
getMethodName() |
void |
readFrom(AMQPInputStream in) |
String |
toString() |
void |
writeTo(AMQPOutputStream out) |
read, toFrame
private static final long serialVersionUID
public boolean active
public static final int INDEX
public AMQP.Channel.FlowOk(boolean active)
public AMQP.Channel.FlowOk()
public int getMethodId()
getMethodId
in class AbstractMarshallingMethod
public String getMethodName()
getMethodName
in class AbstractMarshallingMethod
public int getClassId()
getClassId
in class AbstractMarshallingMethod
public String getClassName()
getClassName
in class AbstractMarshallingMethod
public void readFrom(AMQPInputStream in) throws IOException
readFrom
in class AbstractMarshallingMethod
IOException
public void writeTo(AMQPOutputStream out) throws IOException
writeTo
in class AbstractMarshallingMethod
IOException
Copyright © 2015 ScalAgent D.T.. All Rights Reserved.