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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement FileAckBody
 class FileAckBodyImpl
           
 

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

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

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

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

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



Licensed to the Apache Software Foundation