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

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

Methods in org.apache.qpid.framing that return BasicDeliverBody
abstract  BasicDeliverBody MethodRegistry.createBasicDeliverBody(AMQShortString consumerTag, long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement BasicDeliverBody
 class BasicDeliverBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return BasicDeliverBody
 BasicDeliverBody MethodRegistry_0_9.createBasicDeliverBody(AMQShortString consumerTag, long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return BasicDeliverBody
 BasicDeliverBody MethodRegistry_0_91.createBasicDeliverBody(AMQShortString consumerTag, long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return BasicDeliverBody
 BasicDeliverBody MethodRegistry_8_0.createBasicDeliverBody(AMQShortString consumerTag, long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey)
           
 

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



Licensed to the Apache Software Foundation