Uses of Class
org.cometd.server.ChannelId

Packages that use ChannelId
org.cometd.server   
 

Uses of ChannelId in org.cometd.server
 

Fields in org.cometd.server declared as ChannelId
static ChannelId AbstractBayeux.META_CLIENT_ID
           
static ChannelId AbstractBayeux.META_CONNECT_ID
           
static ChannelId AbstractBayeux.META_DISCONNECT_ID
           
static ChannelId AbstractBayeux.META_HANDSHAKE_ID
           
static ChannelId AbstractBayeux.META_ID
           
static ChannelId AbstractBayeux.META_PING_ID
           
static ChannelId AbstractBayeux.META_STATUS_ID
           
static ChannelId AbstractBayeux.META_SUBSCRIBE_ID
           
static ChannelId AbstractBayeux.META_UNSUBSCRIBE_ID
           
 

Fields in org.cometd.server with type parameters of type ChannelId
protected  java.util.concurrent.ConcurrentHashMap<java.lang.String,ChannelId> AbstractBayeux._channelIdCache
           
 

Methods in org.cometd.server that return ChannelId
 ChannelId ChannelImpl.getChannelId()
           
 ChannelId AbstractBayeux.getChannelId(java.lang.String id)
           
 

Methods in org.cometd.server with parameters of type ChannelId
protected  void ChannelImpl.doDelivery(ChannelId to, Client from, Message msg)
           
protected  void AbstractBayeux.doPublish(ChannelId to, Client from, java.lang.Object data, java.lang.String msgId, boolean lazy)
          Publish data to a channel.
 ChannelImpl AbstractBayeux.getChannel(ChannelId id)
           
 ChannelImpl ChannelImpl.getChild(ChannelId id)
           
 boolean ChannelId.isParentOf(ChannelId id)
           
 boolean ChannelId.matches(ChannelId name)
           
 



Copyright © 2011 Dojo Foundation. All Rights Reserved.