Uses of Interface
org.apache.qpid.framing.MessageQosBody

Packages that use MessageQosBody
org.apache.qpid.framing.amqp_0_9   
 

Uses of MessageQosBody in org.apache.qpid.framing.amqp_0_9
 

Classes in org.apache.qpid.framing.amqp_0_9 that implement MessageQosBody
 class MessageQosBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return MessageQosBody
 MessageQosBody MethodRegistry_0_9.createMessageQosBody(long prefetchSize, int prefetchCount, boolean global)
           
 

Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type MessageQosBody
 boolean ServerMethodDispatcher_0_9.dispatchMessageQos(MessageQosBody body, int channelId)
           
 



Licensed to the Apache Software Foundation