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

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

Methods in org.apache.qpid.framing that return BasicGetEmptyBody
abstract  BasicGetEmptyBody MethodRegistry.createBasicGetEmptyBody(AMQShortString clusterId)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement BasicGetEmptyBody
 class BasicGetEmptyBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return BasicGetEmptyBody
 BasicGetEmptyBody MethodRegistry_0_9.createBasicGetEmptyBody(AMQShortString clusterId)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return BasicGetEmptyBody
 BasicGetEmptyBody MethodRegistry_0_91.createBasicGetEmptyBody(AMQShortString clusterId)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return BasicGetEmptyBody
 BasicGetEmptyBody MethodRegistry_8_0.createBasicGetEmptyBody(AMQShortString clusterId)
           
 

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



Licensed to the Apache Software Foundation