| Package | Description |
|---|---|
| org.cometd.bayeux | |
| org.cometd.bayeux.server |
| Modifier and Type | Method and Description |
|---|---|
ChannelId |
Channel.getChannelId() |
ChannelId |
Message.getChannelId()
Convenience method to retrieve the
Message.CHANNEL_FIELD. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChannelId.isAncestorOf(ChannelId id) |
boolean |
ChannelId.isParentOf(ChannelId id) |
boolean |
ChannelId.matches(ChannelId channelId)
Tests whether this
ChannelId matches the given ChannelId. |
| Modifier and Type | Method and Description |
|---|---|
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-2012 Dojo Foundation. All Rights Reserved.