Uses of Class
org.cometd.server.BayeuxServerImpl

Packages that use BayeuxServerImpl
org.cometd.server   
org.cometd.server.transports   
 

Uses of BayeuxServerImpl in org.cometd.server
 

Fields in org.cometd.server declared as BayeuxServerImpl
protected  BayeuxServerImpl ServerTransport._bayeux
           
 

Methods in org.cometd.server that return BayeuxServerImpl
 BayeuxServerImpl CometdServlet.getBayeux()
           
 

Methods in org.cometd.server with parameters of type BayeuxServerImpl
protected  void CometdServlet.initializeBayeux(BayeuxServerImpl bayeux)
           
 

Constructors in org.cometd.server with parameters of type BayeuxServerImpl
LocalSessionImpl(BayeuxServerImpl bayeux, java.lang.String idHint)
           
ServerChannelImpl(BayeuxServerImpl bayeux, ServerChannelImpl parent, ChannelId id)
           
ServerSessionImpl(BayeuxServerImpl bayeux)
           
ServerSessionImpl(BayeuxServerImpl bayeux, LocalSessionImpl localSession, java.lang.String idHint)
           
ServerTransport(BayeuxServerImpl bayeux, java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> options)
           
 

Uses of BayeuxServerImpl in org.cometd.server.transports
 

Constructors in org.cometd.server.transports with parameters of type BayeuxServerImpl
HttpTransport(BayeuxServerImpl bayeux, java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> options)
           
JSONPTransport(BayeuxServerImpl bayeux, java.util.Map<java.lang.String,java.lang.Object> options)
           
JSONTransport(BayeuxServerImpl bayeux, java.util.Map<java.lang.String,java.lang.Object> options)
           
LongPollingTransport(BayeuxServerImpl bayeux, java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> options)
           
WebSocketTransport(BayeuxServerImpl bayeux, java.util.Map<java.lang.String,java.lang.Object> options)
           
 



Copyright © 2010 Dojo Foundation. All Rights Reserved.