|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Channel | |
---|---|
dojox.cometd | |
org.mortbay.cometd | |
org.mortbay.cometd.filter |
Uses of Channel in dojox.cometd |
---|
Methods in dojox.cometd that return Channel | |
---|---|
Channel |
Bayeux.getChannel(String channelId,
boolean create)
Get a Channel instance by ID. |
Channel |
Bayeux.removeChannel(String channel)
|
Methods in dojox.cometd that return types with arguments of type Channel | |
---|---|
Collection<Channel> |
Bayeux.getChannels()
Get all known channels. |
Methods in dojox.cometd with parameters of type Channel | |
---|---|
Object |
DataFilter.filter(Client from,
Channel to,
Object data)
|
Uses of Channel in org.mortbay.cometd |
---|
Classes in org.mortbay.cometd that implement Channel | |
---|---|
protected class |
AbstractBayeux.ServiceChannel
|
class |
ChannelImpl
A Bayuex Channel |
Methods in org.mortbay.cometd that return Channel | |
---|---|
Channel |
AbstractBayeux.getChannel(String id,
boolean create)
|
Channel |
AbstractBayeux.removeChannel(String channelId)
|
Methods in org.mortbay.cometd that return types with arguments of type Channel | |
---|---|
Collection<Channel> |
AbstractBayeux.getChannels()
|
Method parameters in org.mortbay.cometd with type arguments of type Channel | |
---|---|
void |
ChannelImpl.getChannels(List<Channel> list)
|
Uses of Channel in org.mortbay.cometd.filter |
---|
Methods in org.mortbay.cometd.filter with parameters of type Channel | |
---|---|
Object |
JSONDataFilter.filter(Client from,
Channel to,
Object data)
|
protected Object |
JSONDataFilter.filterArray(Client from,
Channel to,
Object array)
|
protected Object |
JSONDataFilter.filterJSON(Client from,
Channel to,
JSON.Generator generator)
|
protected Object |
JSONDataFilter.filterJSON(Client from,
Channel to,
JSON.Literal json)
|
protected Object |
JSONDataFilter.filterMap(Client from,
Channel to,
Map object)
|
protected Object |
JSONDataFilter.filterObject(Client from,
Channel to,
Object obj)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |