Package | Description |
---|---|
org.cometd.server | |
org.cometd.server.http | |
org.cometd.server.websocket.common | |
org.cometd.server.websocket.javax | |
org.cometd.server.websocket.jetty |
Modifier and Type | Method and Description |
---|---|
BayeuxServerImpl |
AbstractServerTransport.getBayeux() |
BayeuxServerImpl |
CometDServlet.getBayeux() |
BayeuxServerImpl |
ServerSessionImpl.getBayeuxServer() |
protected BayeuxServerImpl |
CometDServlet.newBayeuxServer() |
Constructor and Description |
---|
AbstractServerTransport(BayeuxServerImpl bayeux,
String name)
The constructor is passed the
BayeuxServerImpl instance for
the transport. |
LocalSessionImpl(BayeuxServerImpl bayeux,
String idHint) |
ServerChannelImpl(BayeuxServerImpl bayeux,
ChannelId id) |
ServerSessionImpl(BayeuxServerImpl bayeux) |
ServerSessionImpl(BayeuxServerImpl bayeux,
LocalSessionImpl localSession,
String idHint) |
Constructor and Description |
---|
AbstractHttpTransport(BayeuxServerImpl bayeux,
String name) |
AbstractStreamHttpTransport(BayeuxServerImpl bayeux,
String name) |
AsyncJSONTransport(BayeuxServerImpl bayeux) |
JSONPTransport(BayeuxServerImpl bayeux) |
JSONTransport(BayeuxServerImpl bayeux) |
Constructor and Description |
---|
AbstractWebSocketTransport(BayeuxServerImpl bayeux) |
Constructor and Description |
---|
WebSocketTransport(BayeuxServerImpl bayeux) |
Constructor and Description |
---|
JettyWebSocketTransport(BayeuxServerImpl bayeux) |
Copyright © 2008–2024 The CometD Project. All rights reserved.