Uses of Interface
org.apache.qpid.proton.amqp.transport.FrameBody
-
Packages that use FrameBody Package Description org.apache.qpid.proton.amqp.transport org.apache.qpid.proton.engine.impl org.apache.qpid.proton.framing -
-
Uses of FrameBody in org.apache.qpid.proton.amqp.transport
Classes in org.apache.qpid.proton.amqp.transport that implement FrameBody Modifier and Type Class Description classAttachclassBeginclassCloseclassDetachclassDispositionclassEmptyFrameclassEndclassFlowclassOpenclassTransferMethods in org.apache.qpid.proton.amqp.transport that return FrameBody Modifier and Type Method Description FrameBodyFrameBody. copy() -
Uses of FrameBody in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl with parameters of type FrameBody Modifier and Type Method Description protected voidTransportImpl. writeFrame(int channel, FrameBody frameBody, ReadableBuffer payload, java.lang.Runnable onPayloadTooLarge) -
Uses of FrameBody in org.apache.qpid.proton.framing
Methods in org.apache.qpid.proton.framing that return FrameBody Modifier and Type Method Description FrameBodyTransportFrame. getBody()Constructors in org.apache.qpid.proton.framing with parameters of type FrameBody Constructor Description TransportFrame(int channel, FrameBody body, Binary payload)
-