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) |
public LoggingProtocolTracer()
public LoggingProtocolTracer(String logMessagePrefix)
public void receivedFrame(TransportFrame transportFrame)
receivedFrame
in interface ProtocolTracer
public void sentFrame(TransportFrame transportFrame)
sentFrame
in interface ProtocolTracer
public void setLogMessagePrefix(String logMessagePrefix)
Copyright © 2016 The Apache Software Foundation. All rights reserved.