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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ChannelPingBody
 class ChannelPingBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ChannelPingBody
 ChannelPingBody MethodRegistry_0_9.createChannelPingBody()
           
 

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



Licensed to the Apache Software Foundation