public interface ProtocolOutputConverter
| Modifier and Type | Method and Description |
|---|---|
void |
confirmConsumerAutoClose(int channelId,
org.apache.qpid.framing.AMQShortString consumerTag) |
long |
writeDeliver(ServerMessage msg,
InstanceProperties props,
int channelId,
long deliveryTag,
org.apache.qpid.framing.AMQShortString consumerTag) |
void |
writeFrame(org.apache.qpid.framing.AMQDataBlock block) |
long |
writeGetOk(ServerMessage msg,
InstanceProperties props,
int channelId,
long deliveryTag,
int queueSize) |
void |
writeReturn(org.apache.qpid.framing.MessagePublishInfo messagePublishInfo,
org.apache.qpid.framing.ContentHeaderBody header,
MessageContentSource msgContent,
int channelId,
int replyCode,
org.apache.qpid.framing.AMQShortString replyText) |
void confirmConsumerAutoClose(int channelId,
org.apache.qpid.framing.AMQShortString consumerTag)
long writeDeliver(ServerMessage msg, InstanceProperties props, int channelId, long deliveryTag, org.apache.qpid.framing.AMQShortString consumerTag)
long writeGetOk(ServerMessage msg, InstanceProperties props, int channelId, long deliveryTag, int queueSize)
void writeReturn(org.apache.qpid.framing.MessagePublishInfo messagePublishInfo,
org.apache.qpid.framing.ContentHeaderBody header,
MessageContentSource msgContent,
int channelId,
int replyCode,
org.apache.qpid.framing.AMQShortString replyText)
void writeFrame(org.apache.qpid.framing.AMQDataBlock block)
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.