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.getBayeuxServer()
ServerSessionImpl.getBayeuxServer()
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) JSONHttpTransport
(BayeuxServerImpl bayeux) JSONPHttpTransport
(BayeuxServerImpl bayeux)