Uses of Class
org.cometd.server.BayeuxServerImpl
Package | Description |
---|---|
org.cometd.server | |
org.cometd.server.transport | |
org.cometd.websocket.server | |
org.cometd.websocket.server.common |
-
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, String name)
The constructor is passed theBayeuxServerImpl
instance for the transport.LocalSessionImpl(BayeuxServerImpl bayeux, String idHint)
ServerChannelImpl(BayeuxServerImpl bayeux, ChannelId id)
ServerSessionImpl(BayeuxServerImpl bayeux)
ServerSessionImpl(BayeuxServerImpl bayeux, LocalSessionImpl localSession, String idHint)
-
Uses of BayeuxServerImpl in org.cometd.server.transport
Constructors in org.cometd.server.transport with parameters of type BayeuxServerImpl Constructor Description AbstractHttpTransport(BayeuxServerImpl bayeux, String name)
AbstractStreamHttpTransport(BayeuxServerImpl bayeux, String name)
AsyncJSONTransport(BayeuxServerImpl bayeux)
JSONPTransport(BayeuxServerImpl bayeux)
JSONTransport(BayeuxServerImpl bayeux)
-
Uses of BayeuxServerImpl in org.cometd.websocket.server
Constructors in org.cometd.websocket.server with parameters of type BayeuxServerImpl Constructor Description JettyWebSocketTransport(BayeuxServerImpl bayeux)
WebSocketTransport(BayeuxServerImpl bayeux)
-
Uses of BayeuxServerImpl in org.cometd.websocket.server.common
Constructors in org.cometd.websocket.server.common with parameters of type BayeuxServerImpl Constructor Description AbstractWebSocketTransport(BayeuxServerImpl bayeux)