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

Packages that use ChannelOkBody
org.apache.qpid.framing.amqp_0_9   
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ChannelOkBody
 class ChannelOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ChannelOkBody
 ChannelOkBody MethodRegistry_0_9.createChannelOkBody()
           
 

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



Licensed to the Apache Software Foundation