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

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

Methods in org.apache.qpid.framing that return BasicConsumeOkBody
abstract  BasicConsumeOkBody MethodRegistry.createBasicConsumeOkBody(AMQShortString consumerTag)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement BasicConsumeOkBody
 class BasicConsumeOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return BasicConsumeOkBody
 BasicConsumeOkBody MethodRegistry_0_9.createBasicConsumeOkBody(AMQShortString consumerTag)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return BasicConsumeOkBody
 BasicConsumeOkBody MethodRegistry_0_91.createBasicConsumeOkBody(AMQShortString consumerTag)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return BasicConsumeOkBody
 BasicConsumeOkBody MethodRegistry_8_0.createBasicConsumeOkBody(AMQShortString consumerTag)
           
 

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



Licensed to the Apache Software Foundation