Uses of Class
org.cometd.server.ChannelImpl

Packages that use ChannelImpl
org.cometd.server   
 

Uses of ChannelImpl in org.cometd.server
 

Subclasses of ChannelImpl in org.cometd.server
protected  class AbstractBayeux.ServiceChannel
           
 

Methods in org.cometd.server that return ChannelImpl
 ChannelImpl ChannelImpl.addChild(ChannelImpl channel)
          Add a channel
 ChannelImpl AbstractBayeux.ServiceChannel.addChild(ChannelImpl channel)
           
 ChannelImpl AbstractBayeux.getChannel(ChannelId id)
           
 ChannelImpl AbstractBayeux.getChannel(java.lang.String id)
           
 ChannelImpl ChannelImpl.getChild(ChannelId id)
           
 

Methods in org.cometd.server with parameters of type ChannelImpl
protected  void AbstractBayeux.addChannel(ChannelImpl channel)
           
 ChannelImpl ChannelImpl.addChild(ChannelImpl channel)
          Add a channel
 ChannelImpl AbstractBayeux.ServiceChannel.addChild(ChannelImpl channel)
           
protected  void ClientImpl.addSubscription(ChannelImpl channel)
           
 boolean ChannelImpl.doRemove(ChannelImpl channel, java.util.List<ChannelBayeuxListener> listeners)
           
 boolean AbstractBayeux.removeChannel(ChannelImpl channel)
           
protected  void ClientImpl.removeSubscription(ChannelImpl channel)
           
 



Copyright © 2011 Dojo Foundation. All Rights Reserved.