Uses of Class
org.cometd.bayeux.ChannelId
Package
Description
-
Uses of ChannelId in org.cometd.bayeux
Modifier and TypeMethodDescriptionChannel.getChannelId()
Message.getChannelId()
Convenience method to retrieve theMessage.CHANNEL_FIELD
.Modifier 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
. -
Uses of ChannelId in org.cometd.bayeux.server
Modifier and TypeMethodDescriptionAuthorizer.authorize
(Authorizer.Operation operation, ChannelId channel, ServerSession session, ServerMessage message) Blocking version ofAuthorizer.authorize(Operation, ChannelId, ServerSession, ServerMessage, Promise)
.default void
Authorizer.authorize
(Authorizer.Operation operation, ChannelId channel, ServerSession session, ServerMessage message, Promise<Authorizer.Result> promise) Callback invoked to authorize the givenoperation
on the givenchannel
. -
Uses of ChannelId in org.cometd.client
Modifier and TypeMethodDescriptionprotected ChannelId
BayeuxClient.newChannelId
(String channelId) -
Uses of ChannelId in org.cometd.common
Modifier and TypeMethodDescriptionAbstractClientSession.AbstractSessionChannel.getChannelId()
HashMapMessage.getChannelId()
protected abstract ChannelId
AbstractClientSession.newChannelId
(String channelId) Modifier and TypeMethodDescriptionAbstractClientSession.getChannel
(ChannelId channelId) protected abstract AbstractClientSession.AbstractSessionChannel
AbstractClientSession.newChannel
(ChannelId channelId) -
Uses of ChannelId in org.cometd.server
Modifier and TypeMethodDescriptionServerChannelImpl.getChannelId()
BayeuxServerImpl.newChannelId
(String id) protected ChannelId
LocalSessionImpl.newChannelId
(String channelId) ModifierConstructorDescriptionprotected
LocalChannel
(ChannelId channelId) protected
ServerChannelImpl
(BayeuxServerImpl bayeux, ChannelId id) -
Uses of ChannelId in org.cometd.server.authorizer
Modifier and TypeMethodDescriptionGrantAuthorizer.authorize
(Authorizer.Operation operation, ChannelId channel, ServerSession session, ServerMessage message)