Uses of Class
org.cometd.common.ChannelId

Packages that use ChannelId
org.cometd.common   
 

Uses of ChannelId in org.cometd.common
 

Fields in org.cometd.common declared as ChannelId
protected  ChannelId AbstractClientSession.AbstractSessionChannel._id
           
 

Methods in org.cometd.common that return ChannelId
 ChannelId AbstractClientSession.AbstractSessionChannel.getChannelId()
           
protected abstract  ChannelId AbstractClientSession.newChannelId(java.lang.String channelId)
           
 

Methods in org.cometd.common with parameters of type ChannelId
 boolean ChannelId.isParentOf(ChannelId id)
           
 boolean ChannelId.matches(ChannelId name)
          Match channel IDs with wildcard support
protected abstract  AbstractClientSession.AbstractSessionChannel AbstractClientSession.newChannel(ChannelId channelId)
           
 

Constructors in org.cometd.common with parameters of type ChannelId
AbstractClientSession.AbstractSessionChannel(ChannelId id)
           
 



Copyright © 2010 Dojo Foundation. All Rights Reserved.