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 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
 void AbstractBayeux.addChannel(ChannelImpl channel)
           
 void ChannelImpl.addChild(ChannelImpl channel)
           
 void AbstractBayeux.ServiceChannel.addChild(ChannelImpl channel)
           
protected  void ClientImpl.addSubscription(ChannelImpl channel)
           
 boolean ChannelImpl.doRemove(ChannelImpl channel)
           
 boolean AbstractBayeux.removeChannel(ChannelImpl channel)
           
protected  void ClientImpl.removeSubscription(ChannelImpl channel)
           
 



Copyright © 2009 Dojo Foundation. All Rights Reserved.