Uses of Class
org.cometd.bayeux.ChannelId

Packages that use ChannelId
org.cometd.bayeux   
org.cometd.bayeux.server   
 

Uses of ChannelId in org.cometd.bayeux
 

Methods in org.cometd.bayeux that return ChannelId
 ChannelId Message.getChannelId()
          Convenience method to retrieve the Message.CHANNEL_FIELD.
 ChannelId Channel.getChannelId()
           
 

Methods in org.cometd.bayeux with parameters of type ChannelId
 boolean ChannelId.isAncestorOf(ChannelId id)
           
 boolean ChannelId.isParentOf(ChannelId id)
           
 boolean ChannelId.matches(ChannelId name)
          Match channel IDs with wildcard support
 

Uses of ChannelId in org.cometd.bayeux.server
 

Methods in org.cometd.bayeux.server with parameters of type ChannelId
 Authorizer.Result Authorizer.authorize(Authorizer.Operation operation, ChannelId channel, ServerSession session, ServerMessage message)
          Callback invoked to authorize the given operation on the given channel.
 



Copyright © 2008-2010 Dojo Foundation. All Rights Reserved.