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

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

Methods in org.apache.qpid.framing that return BasicQosBody
abstract  BasicQosBody MethodRegistry.createBasicQosBody(long prefetchSize, int prefetchCount, boolean global)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement BasicQosBody
 class BasicQosBodyImpl
           
 

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

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return BasicQosBody
 BasicQosBody MethodRegistry_0_91.createBasicQosBody(long prefetchSize, int prefetchCount, boolean global)
           
 

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

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

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

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



Licensed to the Apache Software Foundation