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

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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ChannelOpenOkBody
 class ChannelOpenOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ChannelOpenOkBody
 ChannelOpenOkBody MethodRegistry_0_9.createChannelOpenOkBody(byte[] channelId)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ChannelOpenOkBody
 ChannelOpenOkBody MethodRegistry_0_91.createChannelOpenOkBody(byte[] channelId)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ChannelOpenOkBody
 ChannelOpenOkBody MethodRegistry_8_0.createChannelOpenOkBody()
           
 

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



Licensed to the Apache Software Foundation