org.apache.qpid.framing
Class FileDeliverBody
java.lang.Object
org.apache.qpid.framing.AMQBody
org.apache.qpid.framing.AMQMethodBody
org.apache.qpid.framing.FileDeliverBody
- All Implemented Interfaces:
- EncodableAMQDataBlock
public class FileDeliverBody
- extends AMQMethodBody
- implements EncodableAMQDataBlock
This class is autogenerated, do not modify. [From AMQ protocol 0.80 (major=8, minor=0)]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CLASS_ID
public static final int CLASS_ID
- See Also:
- Constant Field Values
METHOD_ID
public static final int METHOD_ID
- See Also:
- Constant Field Values
consumerTag
public java.lang.String consumerTag
deliveryTag
public long deliveryTag
redelivered
public boolean redelivered
exchange
public java.lang.String exchange
routingKey
public java.lang.String routingKey
identifier
public java.lang.String identifier
FileDeliverBody
public FileDeliverBody()
getClazz
protected int getClazz()
- Specified by:
getClazz
in class AMQMethodBody
- Returns:
- unsigned short
getMethod
protected int getMethod()
- Specified by:
getMethod
in class AMQMethodBody
- Returns:
- unsigned short
getBodySize
protected int getBodySize()
- Description copied from class:
AMQMethodBody
- unsigned short
- Specified by:
getBodySize
in class AMQMethodBody
writeMethodPayload
protected void writeMethodPayload(org.apache.mina.common.ByteBuffer buffer)
- Specified by:
writeMethodPayload
in class AMQMethodBody
populateMethodBodyFromBuffer
public void populateMethodBodyFromBuffer(org.apache.mina.common.ByteBuffer buffer)
throws AMQFrameDecodingException
- Specified by:
populateMethodBodyFromBuffer
in class AMQMethodBody
- Throws:
AMQFrameDecodingException
toString
public java.lang.String toString()
- Overrides:
toString
in class AMQMethodBody
createAMQFrame
public static AMQFrame createAMQFrame(int channelId,
java.lang.String consumerTag,
long deliveryTag,
boolean redelivered,
java.lang.String exchange,
java.lang.String routingKey,
java.lang.String identifier)