Uses of Class
org.cometd.bayeux.ChannelId
-
Uses of ChannelId in org.cometd.bayeux
Methods in org.cometd.bayeux that return ChannelIdModifier and TypeMethodDescriptionChannel.getChannelId()
Message.getChannelId()
Convenience method to retrieve theMessage.CHANNEL_FIELD
.Methods in org.cometd.bayeux with parameters of type ChannelIdModifier and TypeMethodDescriptionIf thisChannelId
is a template, and the giventarget
ChannelId
is non-wild and non-template, and the two have the samedepth()
, then binds the variable(s) defined in this template with the values of the segments defined by the targetChannelId
.boolean
ChannelId.isAncestorOf(ChannelId id)
boolean
ChannelId.isParentOf(ChannelId id)
boolean
Tests whether thisChannelId
matches the givenChannelId
.