public class ProtocolOutputConverterImpl extends Object implements ProtocolOutputConverter
| Modifier and Type | Class and Description |
|---|---|
static class |
ProtocolOutputConverterImpl.CompositeAMQBodyBlock |
static class |
ProtocolOutputConverterImpl.SmallCompositeAMQBodyBlock |
| Constructor and Description |
|---|
ProtocolOutputConverterImpl(AMQPConnection_0_8 connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
confirmConsumerAutoClose(int channelId,
org.apache.qpid.framing.AMQShortString consumerTag) |
long |
writeDeliver(ServerMessage m,
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 message,
int channelId,
int replyCode,
org.apache.qpid.framing.AMQShortString replyText) |
public ProtocolOutputConverterImpl(AMQPConnection_0_8 connection)
public long writeDeliver(ServerMessage m, InstanceProperties props, int channelId, long deliveryTag, org.apache.qpid.framing.AMQShortString consumerTag)
writeDeliver in interface ProtocolOutputConverterpublic long writeGetOk(ServerMessage msg, InstanceProperties props, int channelId, long deliveryTag, int queueSize)
writeGetOk in interface ProtocolOutputConverterpublic void writeReturn(org.apache.qpid.framing.MessagePublishInfo messagePublishInfo,
org.apache.qpid.framing.ContentHeaderBody header,
MessageContentSource message,
int channelId,
int replyCode,
org.apache.qpid.framing.AMQShortString replyText)
writeReturn in interface ProtocolOutputConverterpublic void writeFrame(org.apache.qpid.framing.AMQDataBlock block)
writeFrame in interface ProtocolOutputConverterpublic void confirmConsumerAutoClose(int channelId,
org.apache.qpid.framing.AMQShortString consumerTag)
confirmConsumerAutoClose in interface ProtocolOutputConverterCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.