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

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

Methods in org.apache.qpid.framing that return BasicConsumeBody
abstract  BasicConsumeBody MethodRegistry.createBasicConsumeBody(int ticket, AMQShortString queue, AMQShortString consumerTag, boolean noLocal, boolean noAck, boolean exclusive, boolean nowait, FieldTable arguments)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement BasicConsumeBody
 class BasicConsumeBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return BasicConsumeBody
 BasicConsumeBody MethodRegistry_0_9.createBasicConsumeBody(int ticket, AMQShortString queue, AMQShortString consumerTag, boolean noLocal, boolean noAck, boolean exclusive, boolean nowait, FieldTable arguments)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return BasicConsumeBody
 BasicConsumeBody MethodRegistry_0_91.createBasicConsumeBody(int ticket, AMQShortString queue, AMQShortString consumerTag, boolean noLocal, boolean noAck, boolean exclusive, boolean nowait, FieldTable arguments)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return BasicConsumeBody
 BasicConsumeBody MethodRegistry_8_0.createBasicConsumeBody(int ticket, AMQShortString queue, AMQShortString consumerTag, boolean noLocal, boolean noAck, boolean exclusive, boolean nowait, FieldTable arguments)
           
 

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



Licensed to the Apache Software Foundation