Uses of Class
org.cometd.server.BayeuxServerImpl
Packages that use BayeuxServerImpl
Package
Description
-
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, 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) -
Uses of BayeuxServerImpl in org.cometd.server.websocket.common
Constructors in org.cometd.server.websocket.common with parameters of type BayeuxServerImpl -
Uses of BayeuxServerImpl in org.cometd.server.websocket.jakarta
Constructors in org.cometd.server.websocket.jakarta with parameters of type BayeuxServerImpl -
Uses of BayeuxServerImpl in org.cometd.server.websocket.jetty
Constructors in org.cometd.server.websocket.jetty with parameters of type BayeuxServerImpl