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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ChannelPongBody
 class ChannelPongBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ChannelPongBody
 ChannelPongBody MethodRegistry_0_9.createChannelPongBody()
           
 

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



Licensed to the Apache Software Foundation