Uses of Class
org.cometd.bayeux.ChannelId
Packages that use ChannelId
Package
Description
-
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 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) booleanTests whether thisChannelIdmatches the givenChannelId. -
Uses of ChannelId in org.cometd.bayeux.server
Methods in org.cometd.bayeux.server with parameters of type ChannelIdModifier and TypeMethodDescriptionAuthorizer.authorize(Authorizer.Operation operation, ChannelId channel, ServerSession session, ServerMessage message) Blocking version ofAuthorizer.authorize(Operation, ChannelId, ServerSession, ServerMessage, Promise).default voidAuthorizer.authorize(Authorizer.Operation operation, ChannelId channel, ServerSession session, ServerMessage message, Promise<Authorizer.Result> promise) Callback invoked to authorize the givenoperationon the givenchannel. -
Uses of ChannelId in org.cometd.client
Methods in org.cometd.client that return ChannelIdModifier and TypeMethodDescriptionprotected ChannelIdBayeuxClient.newChannelId(String channelId) Methods in org.cometd.client with parameters of type ChannelIdConstructors in org.cometd.client with parameters of type ChannelId -
Uses of ChannelId in org.cometd.common
Methods in org.cometd.common that return ChannelIdModifier and TypeMethodDescriptionAbstractClientSession.AbstractSessionChannel.getChannelId()HashMapMessage.getChannelId()protected abstract ChannelIdAbstractClientSession.newChannelId(String channelId) Methods in org.cometd.common with parameters of type ChannelIdModifier and TypeMethodDescriptionAbstractClientSession.getChannel(ChannelId channelId) protected abstract AbstractClientSession.AbstractSessionChannelAbstractClientSession.newChannel(ChannelId channelId) Constructors in org.cometd.common with parameters of type ChannelId -
Uses of ChannelId in org.cometd.server
Methods in org.cometd.server that return ChannelIdModifier and TypeMethodDescriptionServerChannelImpl.getChannelId()BayeuxServerImpl.newChannelId(String id) protected ChannelIdLocalSessionImpl.newChannelId(String channelId) Methods in org.cometd.server with parameters of type ChannelIdConstructors in org.cometd.server with parameters of type ChannelIdModifierConstructorDescriptionprotectedLocalChannel(ChannelId channelId) protectedServerChannelImpl(BayeuxServerImpl bayeux, ChannelId id) -
Uses of ChannelId in org.cometd.server.authorizer
Methods in org.cometd.server.authorizer with parameters of type ChannelIdModifier and TypeMethodDescriptionGrantAuthorizer.authorize(Authorizer.Operation operation, ChannelId channel, ServerSession session, ServerMessage message)