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 types with arguments of type ServerChannelImpl
 List<ServerChannelImpl> BayeuxServerImpl.getChannelChildren(ChannelId id)
           
 

Methods in org.cometd.server with parameters of type ServerChannelImpl
protected  void BayeuxServerImpl.doPublish(ServerSessionImpl from, ServerChannelImpl to, ServerMessage.Mutable mutable)
           
protected  boolean BayeuxServerImpl.removeServerChannel(ServerChannelImpl channel)
           
protected  void ServerSessionImpl.subscribedTo(ServerChannelImpl channel)
           
protected  void ServerSessionImpl.unsubscribedFrom(ServerChannelImpl channel)
           
 



Copyright © 2008-2011 Dojo Foundation. All Rights Reserved.