Uses of Class
org.cometd.server.BayeuxServerImpl
Package
Description
-
Uses of BayeuxServerImpl in org.cometd.server
Modifier and TypeMethodDescriptionAbstractServerTransport.getBayeuxServer()
ServerSessionImpl.getBayeuxServer()
ModifierConstructorDescriptionprotected
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
ModifierConstructorDescriptionprotected
AbstractHttpTransport
(BayeuxServerImpl bayeux, String name) JSONHttpTransport
(BayeuxServerImpl bayeux) JSONPHttpTransport
(BayeuxServerImpl bayeux) -
Uses of BayeuxServerImpl in org.cometd.server.websocket.common
-
Uses of BayeuxServerImpl in org.cometd.server.websocket.jakarta
-
Uses of BayeuxServerImpl in org.cometd.server.websocket.jetty