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 BayeuxServerImplModifierConstructorDescriptionprotectedAbstractServerTransport(BayeuxServerImpl bayeux, String name) The constructor is passed theBayeuxServerImplinstance for the transport.LocalSessionImpl(BayeuxServerImpl bayeux, String idHint) protectedServerChannelImpl(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 BayeuxServerImplModifierConstructorDescriptionprotectedAbstractHttpTransport(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