Uses of Class
org.cometd.server.BayeuxServerImpl
Packages that use BayeuxServerImpl
-
Uses of BayeuxServerImpl in org.cometd.server
Methods in org.cometd.server that return BayeuxServerImplModifier and TypeMethodDescriptionAbstractServerTransport.getBayeux()
CometDServlet.getBayeux()
ServerSessionImpl.getBayeuxServer()
protected BayeuxServerImpl
CometDServlet.newBayeuxServer()
Constructors in org.cometd.server with parameters of type BayeuxServerImplModifierConstructorDescriptionprotected
AbstractServerTransport(BayeuxServerImpl bayeux, String name)
The constructor is passed theBayeuxServerImpl
instance for the transport.LocalSessionImpl(BayeuxServerImpl bayeux, String idHint)
protected
ServerChannelImpl(BayeuxServerImpl bayeux, org.cometd.bayeux.ChannelId id)
ServerSessionImpl(BayeuxServerImpl bayeux)
ServerSessionImpl(BayeuxServerImpl bayeux, LocalSessionImpl localSession, String idHint)
-
Uses of BayeuxServerImpl in org.cometd.server.http
Constructors in org.cometd.server.http with parameters of type BayeuxServerImplModifierConstructorDescriptionprotected
AbstractHttpTransport(BayeuxServerImpl bayeux, String name)
protected
AbstractStreamHttpTransport(BayeuxServerImpl bayeux, String name)
AsyncJSONTransport(BayeuxServerImpl bayeux)
JSONPTransport(BayeuxServerImpl bayeux)
JSONTransport(BayeuxServerImpl bayeux)