Uses of Class
org.cometd.server.BayeuxServerImpl
-
Packages that use BayeuxServerImpl Package Description org.cometd.server org.cometd.server.http org.cometd.server.websocket.common org.cometd.server.websocket.javax org.cometd.server.websocket.jetty -
-
Uses of BayeuxServerImpl in org.cometd.server
Methods in org.cometd.server that return BayeuxServerImpl Modifier and Type Method Description BayeuxServerImpl
AbstractServerTransport. getBayeux()
BayeuxServerImpl
CometDServlet. getBayeux()
BayeuxServerImpl
ServerSessionImpl. getBayeuxServer()
protected BayeuxServerImpl
CometDServlet. newBayeuxServer()
Constructors in org.cometd.server with parameters of type BayeuxServerImpl Constructor Description AbstractServerTransport(BayeuxServerImpl bayeux, java.lang.String name)
The constructor is passed theBayeuxServerImpl
instance for the transport.LocalSessionImpl(BayeuxServerImpl bayeux, java.lang.String idHint)
ServerChannelImpl(BayeuxServerImpl bayeux, ChannelId id)
ServerSessionImpl(BayeuxServerImpl bayeux)
ServerSessionImpl(BayeuxServerImpl bayeux, LocalSessionImpl localSession, java.lang.String idHint)
-
Uses of BayeuxServerImpl in org.cometd.server.http
Constructors in org.cometd.server.http with parameters of type BayeuxServerImpl Constructor Description AbstractHttpTransport(BayeuxServerImpl bayeux, java.lang.String name)
AbstractStreamHttpTransport(BayeuxServerImpl bayeux, java.lang.String name)
AsyncJSONTransport(BayeuxServerImpl bayeux)
JSONPTransport(BayeuxServerImpl bayeux)
JSONTransport(BayeuxServerImpl bayeux)
-
Uses of BayeuxServerImpl in org.cometd.server.websocket.common
Constructors in org.cometd.server.websocket.common with parameters of type BayeuxServerImpl Constructor Description AbstractWebSocketTransport(BayeuxServerImpl bayeux)
-
Uses of BayeuxServerImpl in org.cometd.server.websocket.javax
Constructors in org.cometd.server.websocket.javax with parameters of type BayeuxServerImpl Constructor Description WebSocketTransport(BayeuxServerImpl bayeux)
-
Uses of BayeuxServerImpl in org.cometd.server.websocket.jetty
Constructors in org.cometd.server.websocket.jetty with parameters of type BayeuxServerImpl Constructor Description JettyWebSocketTransport(BayeuxServerImpl bayeux)
-