Uses of Interface
org.cometd.Channel

Packages that use Channel
org.cometd   
org.cometd.server   
org.cometd.server.filter   
 

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)
           
 

Uses of Channel in org.cometd.server
 

Classes in org.cometd.server that implement Channel
protected  class AbstractBayeux.ServiceChannel
           
 class ChannelImpl
          A Bayuex Channel
 

Methods in org.cometd.server that return Channel
 Channel AbstractBayeux.getChannel(java.lang.String id, boolean create)
           
 Channel[] ClientImpl.getSubscriptions()
          Get the subscribed to channels
 Channel AbstractBayeux.removeChannel(java.lang.String channelId)
           
 

Methods in org.cometd.server that return types with arguments of type Channel
 java.util.Collection<Channel> AbstractBayeux.getChannels()
           
 

Method parameters in org.cometd.server with type arguments of type Channel
 void ChannelImpl.getChannels(java.util.List<Channel> list)
           
 

Uses of Channel in org.cometd.server.filter
 

Methods in org.cometd.server.filter with parameters of type Channel
 java.lang.Object JSONDataFilter.filter(Client from, Channel to, java.lang.Object data)
           
protected  java.lang.Object JSONDataFilter.filterArray(Client from, Channel to, java.lang.Object array)
           
protected  java.lang.Object JSONDataFilter.filterJSON(Client from, Channel to, JSON.Generator generator)
           
protected  java.lang.Object JSONDataFilter.filterJSON(Client from, Channel to, JSON.Literal json)
           
protected  java.lang.Object JSONDataFilter.filterMap(Client from, Channel to, java.util.Map object)
           
protected  java.lang.Object JSONDataFilter.filterObject(Client from, Channel to, java.lang.Object obj)
           
 



Copyright © 2011 Dojo Foundation. All Rights Reserved.