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

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

Methods in org.apache.qpid.framing that return BasicAckBody
abstract  BasicAckBody MethodRegistry.createBasicAckBody(long deliveryTag, boolean multiple)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement BasicAckBody
 class BasicAckBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return BasicAckBody
 BasicAckBody MethodRegistry_0_9.createBasicAckBody(long deliveryTag, boolean multiple)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return BasicAckBody
 BasicAckBody MethodRegistry_0_91.createBasicAckBody(long deliveryTag, boolean multiple)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return BasicAckBody
 BasicAckBody MethodRegistry_8_0.createBasicAckBody(long deliveryTag, boolean multiple)
           
 

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



Licensed to the Apache Software Foundation