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 |
sentFrame(org.apache.qpid.proton.framing.TransportFrame transportFrame) |
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.ProtocolTracerCopyright © 2013–2018 The Apache Software Foundation. All rights reserved.