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 BayeuxServerImplCometDServlet.newBayeuxServer()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, 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 BayeuxServerImplModifierConstructorDescriptionprotectedAbstractHttpTransport(BayeuxServerImpl bayeux, String name) protectedAbstractStreamHttpTransport(BayeuxServerImpl bayeux, String name) AsyncJSONTransport(BayeuxServerImpl bayeux) JSONPTransport(BayeuxServerImpl bayeux) JSONTransport(BayeuxServerImpl bayeux)