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

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

Methods in org.apache.qpid.framing that return BasicGetOkBody
abstract  BasicGetOkBody MethodRegistry.createBasicGetOkBody(long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey, long messageCount)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement BasicGetOkBody
 class BasicGetOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return BasicGetOkBody
 BasicGetOkBody MethodRegistry_0_9.createBasicGetOkBody(long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey, long messageCount)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return BasicGetOkBody
 BasicGetOkBody MethodRegistry_0_91.createBasicGetOkBody(long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey, long messageCount)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return BasicGetOkBody
 BasicGetOkBody MethodRegistry_8_0.createBasicGetOkBody(long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey, long messageCount)
           
 

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



Licensed to the Apache Software Foundation