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

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

Methods in org.apache.qpid.framing that return BasicCancelBody
abstract  BasicCancelBody MethodRegistry.createBasicCancelBody(AMQShortString consumerTag, boolean nowait)
           
 

Methods in org.apache.qpid.framing with parameters of type BasicCancelBody
 boolean ServerMethodDispatcher.dispatchBasicCancel(BasicCancelBody body, int channelId)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement BasicCancelBody
 class BasicCancelBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return BasicCancelBody
 BasicCancelBody MethodRegistry_0_9.createBasicCancelBody(AMQShortString consumerTag, boolean nowait)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return BasicCancelBody
 BasicCancelBody MethodRegistry_0_91.createBasicCancelBody(AMQShortString consumerTag, boolean nowait)
           
 

Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type BasicCancelBody
 boolean ServerMethodDispatcher_0_91.dispatchBasicCancel(BasicCancelBody body, int channelId)
           
 

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

Methods in org.apache.qpid.framing.amqp_8_0 that return BasicCancelBody
 BasicCancelBody MethodRegistry_8_0.createBasicCancelBody(AMQShortString consumerTag, boolean nowait)
           
 

Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type BasicCancelBody
 boolean ServerMethodDispatcher_8_0.dispatchBasicCancel(BasicCancelBody body, int channelId)
           
 



Licensed to the Apache Software Foundation