| Modifier and Type | Method and Description |
|---|---|
Channel |
Bayeux.getChannel(String channelId,
boolean create)
Get a Channel instance by ID.
|
Channel |
Bayeux.removeChannel(String channel) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Channel> |
Bayeux.getChannels()
Get all known channels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelBayeuxListener.channelAdded(Channel channel) |
void |
ChannelBayeuxListener.channelRemoved(Channel channel) |
Object |
DataFilter.filter(Client from,
Channel to,
Object data) |
void |
SubscriptionListener.subscribed(Client client,
Channel channel) |
void |
SubscriptionListener.unsubscribed(Client client,
Channel channel) |
Copyright © 2012 Dojo Foundation. All Rights Reserved.