Uses of Class
org.cometd.bayeux.ChannelId
-
Packages that use ChannelId Package Description org.cometd.bayeux org.cometd.bayeux.server -
-
Uses of ChannelId in org.cometd.bayeux
Methods in org.cometd.bayeux that return ChannelId Modifier and Type Method Description ChannelIdChannel. getChannelId()ChannelIdMessage. getChannelId()Convenience method to retrieve theMessage.CHANNEL_FIELD.Methods in org.cometd.bayeux with parameters of type ChannelId Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>ChannelId. bind(ChannelId target)If thisChannelIdis a template, and the giventargetChannelIdis 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.booleanChannelId. isAncestorOf(ChannelId id)booleanChannelId. isParentOf(ChannelId id)booleanChannelId. matches(ChannelId channelId)Tests whether thisChannelIdmatches the givenChannelId. -
Uses of ChannelId in org.cometd.bayeux.server
Methods in org.cometd.bayeux.server with parameters of type ChannelId Modifier and Type Method Description Authorizer.ResultAuthorizer. authorize(Authorizer.Operation operation, ChannelId channel, ServerSession session, ServerMessage message)Callback invoked to authorize the givenoperationon the givenchannel.
-