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

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

Methods in org.apache.qpid.framing that return ChannelFlowBody
 ChannelFlowBody AMQMethodFactory.createChannelFlow(boolean active)
           
abstract  ChannelFlowBody MethodRegistry.createChannelFlowBody(boolean active)
           
 

Methods in org.apache.qpid.framing with parameters of type ChannelFlowBody
 boolean ClientMethodDispatcher.dispatchChannelFlow(ChannelFlowBody body, int channelId)
           
 boolean ServerMethodDispatcher.dispatchChannelFlow(ChannelFlowBody body, int channelId)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ChannelFlowBody
 class ChannelFlowBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ChannelFlowBody
 ChannelFlowBody MethodRegistry_0_9.createChannelFlowBody(boolean active)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ChannelFlowBody
 ChannelFlowBody MethodRegistry_0_91.createChannelFlowBody(boolean active)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ChannelFlowBody
 ChannelFlowBody MethodRegistry_8_0.createChannelFlowBody(boolean active)
           
 

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



Licensed to the Apache Software Foundation