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) |
long |
writePayload(ByteBufferSender sender) |
void |
writePayload(DataOutput buffer) |
byte getFrameType()
int getSize()
void writePayload(DataOutput buffer) throws IOException
IOException
void handle(int channelId, AMQVersionAwareProtocolSession amqProtocolSession) throws QpidException
QpidException
long writePayload(ByteBufferSender sender) throws IOException
IOException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.