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