public class LoggingProtocolTracer extends Object implements ProtocolTracer
| Constructor and Description |
|---|
LoggingProtocolTracer() |
LoggingProtocolTracer(String logMessagePrefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
receivedFrame(TransportFrame transportFrame) |
void |
sentFrame(TransportFrame transportFrame) |
void |
setLogMessagePrefix(String logMessagePrefix) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreceivedHeader, receivedSaslBody, sentHeader, sentSaslBodypublic LoggingProtocolTracer()
public LoggingProtocolTracer(String logMessagePrefix)
public void receivedFrame(TransportFrame transportFrame)
receivedFrame in interface ProtocolTracerpublic void sentFrame(TransportFrame transportFrame)
sentFrame in interface ProtocolTracerpublic void setLogMessagePrefix(String logMessagePrefix)
Copyright © 2020 The Apache Software Foundation. All rights reserved.