Uses of Class
org.cometd.server.ServerChannelImpl

Packages that use ServerChannelImpl
org.cometd.server   
 

Uses of ServerChannelImpl in org.cometd.server
 

Methods in org.cometd.server that return ServerChannelImpl
 ServerChannelImpl ServerChannelImpl.getChild(ChannelId id, boolean create)
           
protected  ServerChannelImpl BayeuxServerImpl.getRootChannel()
           
 ServerChannelImpl BayeuxServerImpl.root()
           
 

Methods in org.cometd.server with parameters of type ServerChannelImpl
protected  void ServerSessionImpl.subscribedTo(ServerChannelImpl channel)
           
protected  void ServerSessionImpl.unsubscribedTo(ServerChannelImpl channel)
           
 

Constructors in org.cometd.server with parameters of type ServerChannelImpl
ServerChannelImpl(BayeuxServerImpl bayeux, ServerChannelImpl parent, ChannelId id)
           
 



Copyright © 2010 Dojo Foundation. All Rights Reserved.