-
Methods in org.cometd.bayeux.server with parameters of type BayeuxServer
Modifier and Type |
Method |
Description |
boolean |
SecurityPolicy.canCreate(BayeuxServer server,
ServerSession session,
String channelId,
ServerMessage message) |
Checks if a message should be allowed to create a new channel.
|
boolean |
SecurityPolicy.canHandshake(BayeuxServer server,
ServerSession session,
ServerMessage message) |
Checks if a handshake message should be accepted.
|
boolean |
SecurityPolicy.canPublish(BayeuxServer server,
ServerSession session,
ServerChannel channel,
ServerMessage message) |
Checks if a client can publish a message to a channel.
|
boolean |
SecurityPolicy.canSubscribe(BayeuxServer server,
ServerSession session,
ServerChannel channel,
ServerMessage message) |
Checks if a subscribe message from a client is allowed to subscribe to a channel.
|