Uses of Class
org.cometd.server.AbstractBayeux

Packages that use AbstractBayeux
org.cometd.server   
org.cometd.server.continuation   
 

Uses of AbstractBayeux in org.cometd.server
 

Fields in org.cometd.server declared as AbstractBayeux
protected  AbstractBayeux ClientImpl._bayeux
           
protected  AbstractBayeux AbstractCometdServlet._bayeux
           
 

Methods in org.cometd.server that return AbstractBayeux
 AbstractBayeux AbstractCometdServlet.getBayeux()
           
protected abstract  AbstractBayeux AbstractCometdServlet.newBayeux()
           
 

Constructors in org.cometd.server with parameters of type AbstractBayeux
ChannelImpl(java.lang.String id, AbstractBayeux bayeux)
           
ClientImpl(AbstractBayeux bayeux)
           
ClientImpl(AbstractBayeux bayeux, java.lang.String idPrefix)
           
 

Uses of AbstractBayeux in org.cometd.server.continuation
 

Subclasses of AbstractBayeux in org.cometd.server.continuation
 class ContinuationBayeux
          Extension of Bayeux that uses ContinuationClients.
 

Methods in org.cometd.server.continuation that return AbstractBayeux
protected  AbstractBayeux ContinuationCometdServlet.newBayeux()
           
 



Copyright © 2011 Dojo Foundation. All Rights Reserved.