public class AmqpProtocolTracer extends Object implements org.apache.qpid.proton.engine.impl.ProtocolTracer
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PAYLOAD_STRING_LIMIT |
| Constructor and Description |
|---|
AmqpProtocolTracer(org.slf4j.Logger logger,
int transportIdentifier) |
AmqpProtocolTracer(org.slf4j.Logger logger,
int transportIdentifier,
int payloadStringLimit) |
| Modifier and Type | Method and Description |
|---|---|
void |
receivedFrame(org.apache.qpid.proton.framing.TransportFrame transportFrame) |
void |
receivedHeader(String header) |
void |
receivedSaslBody(org.apache.qpid.proton.amqp.security.SaslFrameBody saslFrameBody) |
void |
sentFrame(org.apache.qpid.proton.framing.TransportFrame transportFrame) |
void |
sentHeader(String header) |
void |
sentSaslBody(org.apache.qpid.proton.amqp.security.SaslFrameBody saslFrameBody) |
public static final int DEFAULT_PAYLOAD_STRING_LIMIT
public AmqpProtocolTracer(org.slf4j.Logger logger,
int transportIdentifier)
public AmqpProtocolTracer(org.slf4j.Logger logger,
int transportIdentifier,
int payloadStringLimit)
public void receivedFrame(org.apache.qpid.proton.framing.TransportFrame transportFrame)
receivedFrame in interface org.apache.qpid.proton.engine.impl.ProtocolTracerpublic void sentFrame(org.apache.qpid.proton.framing.TransportFrame transportFrame)
sentFrame in interface org.apache.qpid.proton.engine.impl.ProtocolTracerpublic void receivedSaslBody(org.apache.qpid.proton.amqp.security.SaslFrameBody saslFrameBody)
receivedSaslBody in interface org.apache.qpid.proton.engine.impl.ProtocolTracerpublic void sentSaslBody(org.apache.qpid.proton.amqp.security.SaslFrameBody saslFrameBody)
sentSaslBody in interface org.apache.qpid.proton.engine.impl.ProtocolTracerpublic void receivedHeader(String header)
receivedHeader in interface org.apache.qpid.proton.engine.impl.ProtocolTracerpublic void sentHeader(String header)
sentHeader in interface org.apache.qpid.proton.engine.impl.ProtocolTracerCopyright © 2013–2019 The Apache Software Foundation. All rights reserved.