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

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

Methods in org.apache.qpid.framing that return ChannelCloseOkBody
abstract  ChannelCloseOkBody MethodRegistry.createChannelCloseOkBody()
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ChannelCloseOkBody
 class ChannelCloseOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ChannelCloseOkBody
 ChannelCloseOkBody MethodRegistry_0_9.createChannelCloseOkBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ChannelCloseOkBody
 ChannelCloseOkBody MethodRegistry_0_91.createChannelCloseOkBody()
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ChannelCloseOkBody
 ChannelCloseOkBody MethodRegistry_8_0.createChannelCloseOkBody()
           
 

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



Licensed to the Apache Software Foundation