| Package | Description |
|---|---|
| org.cometd.server |
| Modifier and Type | Method and Description |
|---|---|
List<ServerChannelImpl> |
BayeuxServerImpl.getChannelChildren(ChannelId channelId)
Deprecated.
because it scans all the existing channels and therefore is inefficient;
if the functionality is needed, then we may consider adding it to ServerChannel.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BayeuxServerImpl.doPublish(ServerSessionImpl from,
ServerChannelImpl to,
ServerMessage.Mutable mutable) |
protected boolean |
BayeuxServerImpl.removeServerChannel(ServerChannelImpl channel) |
protected void |
ServerSessionImpl.subscribedTo(ServerChannelImpl channel) |
protected void |
ServerSessionImpl.unsubscribedFrom(ServerChannelImpl channel) |
| Constructor and Description |
|---|
ServerChannelImpl(BayeuxServerImpl bayeux,
ChannelId id,
ServerChannelImpl parent) |
Copyright © 2008-2012 Dojo Foundation. All Rights Reserved.