public interface AMQBody
| Modifier and Type | Method and Description |
|---|---|
byte |
getFrameType() |
int |
getSize()
Get the size of the body
|
void |
handle(int channelId,
AMQVersionAwareProtocolSession amqProtocolSession) |
void |
writePayload(DataOutput buffer) |
byte getFrameType()
int getSize()
void writePayload(DataOutput buffer) throws IOException
IOExceptionvoid handle(int channelId,
AMQVersionAwareProtocolSession amqProtocolSession)
throws AMQException
AMQExceptionCopyright © 2006–2015 The Apache Software Foundation. All rights reserved.