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

Packages that use FileDeliverBody
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_8_0   
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement FileDeliverBody
 class FileDeliverBodyImpl
           
 

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

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

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

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

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



Licensed to the Apache Software Foundation