org.apache.qpid.proton.engine.impl
Interface ProtocolTracer


public interface ProtocolTracer

Author:
Hiram Chirino

Method Summary
 void receivedFrame(TransportFrame transportFrame)
           
 void sentFrame(TransportFrame transportFrame)
           
 

Method Detail

receivedFrame

void receivedFrame(TransportFrame transportFrame)

sentFrame

void sentFrame(TransportFrame transportFrame)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.