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

Packages that use BasicQosOkBody
org.apache.qpid.framing   
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_0_91   
org.apache.qpid.framing.amqp_8_0   
 

Uses of BasicQosOkBody in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return BasicQosOkBody
abstract  BasicQosOkBody MethodRegistry.createBasicQosOkBody()
           
 

Methods in org.apache.qpid.framing with parameters of type BasicQosOkBody
 boolean ClientMethodDispatcher.dispatchBasicQosOk(BasicQosOkBody body, int channelId)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement BasicQosOkBody
 class BasicQosOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return BasicQosOkBody
 BasicQosOkBody MethodRegistry_0_9.createBasicQosOkBody()
           
 

Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type BasicQosOkBody
 boolean ClientMethodDispatcher_0_9.dispatchBasicQosOk(BasicQosOkBody body, int channelId)
           
 

Uses of BasicQosOkBody in org.apache.qpid.framing.amqp_0_91
 

Methods in org.apache.qpid.framing.amqp_0_91 that return BasicQosOkBody
 BasicQosOkBody MethodRegistry_0_91.createBasicQosOkBody()
           
 

Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type BasicQosOkBody
 boolean ClientMethodDispatcher_0_91.dispatchBasicQosOk(BasicQosOkBody body, int channelId)
           
 

Uses of BasicQosOkBody in org.apache.qpid.framing.amqp_8_0
 

Methods in org.apache.qpid.framing.amqp_8_0 that return BasicQosOkBody
 BasicQosOkBody MethodRegistry_8_0.createBasicQosOkBody()
           
 

Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type BasicQosOkBody
 boolean ClientMethodDispatcher_8_0.dispatchBasicQosOk(BasicQosOkBody body, int channelId)
           
 



Licensed to the Apache Software Foundation