public interface ProtocolOutputConverter
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProtocolOutputConverter.Factory |
| Modifier and Type | Method and Description |
|---|---|
void |
confirmConsumerAutoClose(int channelId,
org.apache.qpid.framing.AMQShortString consumerTag) |
byte |
getProtocolMajorVersion() |
byte |
getProtocolMinorVersion() |
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.abstraction.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)
byte getProtocolMinorVersion()
byte getProtocolMajorVersion()
void writeReturn(org.apache.qpid.framing.abstraction.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–2014 The Apache Software Foundation. All rights reserved.