Uses of Class
org.apache.qpid.proton.framing.TransportFrame
-
Packages that use TransportFrame Package Description org.apache.qpid.proton.engine.impl org.apache.qpid.proton.logging -
-
Uses of TransportFrame in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl with parameters of type TransportFrame Modifier and Type Method Description booleanFrameHandler. handleFrame(TransportFrame frame)booleanTransportImpl. handleFrame(TransportFrame frame)voidProtocolTracer. receivedFrame(TransportFrame transportFrame)voidProtocolTracer. sentFrame(TransportFrame transportFrame) -
Uses of TransportFrame in org.apache.qpid.proton.logging
Methods in org.apache.qpid.proton.logging with parameters of type TransportFrame Modifier and Type Method Description voidLoggingProtocolTracer. receivedFrame(TransportFrame transportFrame)voidLoggingProtocolTracer. sentFrame(TransportFrame transportFrame)
-