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

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

Methods in org.apache.qpid.framing that return BasicGetBody
abstract  BasicGetBody MethodRegistry.createBasicGetBody(int ticket, AMQShortString queue, boolean noAck)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement BasicGetBody
 class BasicGetBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return BasicGetBody
 BasicGetBody MethodRegistry_0_9.createBasicGetBody(int ticket, AMQShortString queue, boolean noAck)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return BasicGetBody
 BasicGetBody MethodRegistry_0_91.createBasicGetBody(int ticket, AMQShortString queue, boolean noAck)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return BasicGetBody
 BasicGetBody MethodRegistry_8_0.createBasicGetBody(int ticket, AMQShortString queue, boolean noAck)
           
 

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



Licensed to the Apache Software Foundation