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

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

Methods in org.apache.qpid.framing that return ChannelFlowOkBody
abstract  ChannelFlowOkBody MethodRegistry.createChannelFlowOkBody(boolean active)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ChannelFlowOkBody
 class ChannelFlowOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ChannelFlowOkBody
 ChannelFlowOkBody MethodRegistry_0_9.createChannelFlowOkBody(boolean active)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ChannelFlowOkBody
 ChannelFlowOkBody MethodRegistry_0_91.createChannelFlowOkBody(boolean active)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ChannelFlowOkBody
 ChannelFlowOkBody MethodRegistry_8_0.createChannelFlowOkBody(boolean active)
           
 

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



Licensed to the Apache Software Foundation