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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement FileQosBody
 class FileQosBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return FileQosBody
 FileQosBody MethodRegistry_0_9.createFileQosBody(long prefetchSize, int prefetchCount, boolean global)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return FileQosBody
 FileQosBody MethodRegistry_8_0.createFileQosBody(long prefetchSize, int prefetchCount, boolean global)
           
 

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



Licensed to the Apache Software Foundation