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

Packages that use BasicCancelOkBody
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 BasicCancelOkBody in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return BasicCancelOkBody
abstract  BasicCancelOkBody MethodRegistry.createBasicCancelOkBody(AMQShortString consumerTag)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement BasicCancelOkBody
 class BasicCancelOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return BasicCancelOkBody
 BasicCancelOkBody MethodRegistry_0_9.createBasicCancelOkBody(AMQShortString consumerTag)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return BasicCancelOkBody
 BasicCancelOkBody MethodRegistry_0_91.createBasicCancelOkBody(AMQShortString consumerTag)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return BasicCancelOkBody
 BasicCancelOkBody MethodRegistry_8_0.createBasicCancelOkBody(AMQShortString consumerTag)
           
 

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



Licensed to the Apache Software Foundation