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

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

Methods in org.apache.qpid.framing that return ChannelCloseBody
 ChannelCloseBody AMQMethodFactory.createChannelClose(int replyCode, AMQShortString replyText)
           
abstract  ChannelCloseBody MethodRegistry.createChannelCloseBody(int replyCode, AMQShortString replyText, int classId, int methodId)
           
 

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ChannelCloseBody
 class ChannelCloseBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ChannelCloseBody
 ChannelCloseBody MethodRegistry_0_9.createChannelCloseBody(int replyCode, AMQShortString replyText, int classId, int methodId)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_0_91 that return ChannelCloseBody
 ChannelCloseBody MethodRegistry_0_91.createChannelCloseBody(int replyCode, AMQShortString replyText, int classId, int methodId)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ChannelCloseBody
 ChannelCloseBody MethodRegistry_8_0.createChannelCloseBody(int replyCode, AMQShortString replyText, int classId, int methodId)
           
 

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



Licensed to the Apache Software Foundation