Uses of Interface
org.cometd.bayeux.server.BayeuxServer

Packages that use BayeuxServer
org.cometd.bayeux.server   
 

Uses of BayeuxServer in org.cometd.bayeux.server
 

Methods in org.cometd.bayeux.server with parameters of type BayeuxServer
 boolean SecurityPolicy.canCreate(BayeuxServer server, ServerSession session, java.lang.String channelId, ServerMessage message)
          Test if a message should be allowed to create a new Channel
 boolean SecurityPolicy.canHandshake(BayeuxServer server, ServerSession session, ServerMessage message)
          Test if a handshake message should be accepted.
 boolean SecurityPolicy.canPublish(BayeuxServer server, ServerSession client, ServerChannel channel, ServerMessage messsage)
          Test if a client can publish a message to a channel
 boolean SecurityPolicy.canSubscribe(BayeuxServer server, ServerSession client, ServerChannel channel, ServerMessage messsage)
          Test if a client is allowed to subscribe to a channel
 



Copyright © 2010 Dojo Foundation. All Rights Reserved.