| Package | Description |
|---|---|
| org.cometd.server | |
| org.cometd.server.transport |
| Modifier and Type | Method and Description |
|---|---|
BayeuxServerImpl |
CometdServlet.getBayeux() |
BayeuxServerImpl |
AbstractServerTransport.getBayeux()
Get the bayeux.
|
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,
ServerChannelImpl parent) |
ServerSessionImpl(BayeuxServerImpl bayeux) |
ServerSessionImpl(BayeuxServerImpl bayeux,
LocalSessionImpl localSession,
String idHint) |
| Constructor and Description |
|---|
HttpTransport(BayeuxServerImpl bayeux,
String name) |
JSONPTransport(BayeuxServerImpl bayeux) |
JSONTransport(BayeuxServerImpl bayeux) |
LongPollingTransport(BayeuxServerImpl bayeux,
String name) |
Copyright © 2008–2014 Dojo Foundation. All rights reserved.