Uses of Class
org.apache.qpid.proton.framing.TransportFrame
Packages that use TransportFrame
-
Uses of TransportFrame in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl with parameters of type TransportFrameModifier and TypeMethodDescriptionboolean
FrameHandler.handleFrame
(TransportFrame frame) boolean
TransportImpl.handleFrame
(TransportFrame frame) void
ProtocolTracer.receivedFrame
(TransportFrame transportFrame) void
ProtocolTracer.sentFrame
(TransportFrame transportFrame) -
Uses of TransportFrame in org.apache.qpid.proton.logging
Methods in org.apache.qpid.proton.logging with parameters of type TransportFrameModifier and TypeMethodDescriptionvoid
LoggingProtocolTracer.receivedFrame
(TransportFrame transportFrame) void
LoggingProtocolTracer.sentFrame
(TransportFrame transportFrame)