|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Channel in org.cometd |
|---|
| Methods in org.cometd that return Channel | |
|---|---|
Channel |
Bayeux.getChannel(java.lang.String channelId,
boolean create)
Get a Channel instance by ID. |
Channel |
Bayeux.removeChannel(java.lang.String channel)
|
| Methods in org.cometd that return types with arguments of type Channel | |
|---|---|
java.util.Collection<Channel> |
Bayeux.getChannels()
Get all known channels. |
| Methods in org.cometd with parameters of type Channel | |
|---|---|
void |
ChannelBayeuxListener.channelAdded(Channel channel)
|
void |
ChannelBayeuxListener.channelRemoved(Channel channel)
|
java.lang.Object |
DataFilter.filter(Client from,
Channel channel,
java.lang.Object data)
|
void |
SubscriptionListener.subscribed(Client client,
Channel channel)
|
void |
SubscriptionListener.unsubscribed(Client client,
Channel channel)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||