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

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

Methods in org.apache.qpid.framing that return ChannelOpenBody
 ChannelOpenBody AMQMethodFactory.createChannelOpen()
           
abstract  ChannelOpenBody MethodRegistry.createChannelOpenBody(AMQShortString outOfBand)
           
 

Methods in org.apache.qpid.framing with parameters of type ChannelOpenBody
 boolean ServerMethodDispatcher.dispatchChannelOpen(ChannelOpenBody body, int channelId)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ChannelOpenBody
 class ChannelOpenBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ChannelOpenBody
 ChannelOpenBody MethodRegistry_0_9.createChannelOpenBody(AMQShortString outOfBand)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ChannelOpenBody
 ChannelOpenBody MethodRegistry_0_91.createChannelOpenBody(AMQShortString outOfBand)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ChannelOpenBody
 ChannelOpenBody MethodRegistry_8_0.createChannelOpenBody(AMQShortString outOfBand)
           
 

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



Licensed to the Apache Software Foundation