|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.framing.AMQBody
org.apache.qpid.framing.HeartbeatBody
public class HeartbeatBody
Field Summary | |
---|---|
static AMQFrame |
FRAME
|
static byte |
TYPE
|
Constructor Summary | |
---|---|
HeartbeatBody()
|
Method Summary | |
---|---|
protected int |
getSize()
Get the size of the body |
protected byte |
getType()
|
protected void |
populateFromBuffer(org.apache.mina.common.ByteBuffer buffer,
long size)
|
AMQFrame |
toFrame()
|
protected void |
writePayload(org.apache.mina.common.ByteBuffer buffer)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte TYPE
public static AMQFrame FRAME
Constructor Detail |
---|
public HeartbeatBody()
Method Detail |
---|
protected byte getType()
getType
in class AMQBody
protected int getSize()
AMQBody
getSize
in class AMQBody
protected void writePayload(org.apache.mina.common.ByteBuffer buffer)
writePayload
in class AMQBody
protected void populateFromBuffer(org.apache.mina.common.ByteBuffer buffer, long size) throws AMQFrameDecodingException
populateFromBuffer
in class AMQBody
AMQFrameDecodingException
public AMQFrame toFrame()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |