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

Packages that use ServerMessage
org.cometd.bayeux.server   
 

Uses of ServerMessage in org.cometd.bayeux.server
 

Subinterfaces of ServerMessage in org.cometd.bayeux.server
static interface ServerMessage.Mutable
          The mutable version of a ServerMessage
 

Methods in org.cometd.bayeux.server that return ServerMessage
 ServerMessage ServerSession.Extension.send(ServerSession to, ServerMessage message)
          Callback method invoked every time a normal message is outgoing.
 

Methods in org.cometd.bayeux.server with parameters of type ServerMessage
 Authorizer.Result Authorizer.authorize(Authorizer.Operation operation, ChannelId channel, ServerSession session, ServerMessage message)
          Callback invoked to authorize the given operation on the given channel.
 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 client is allowed to subscribe to a channel.
 boolean ServerSession.MessageListener.onMessage(ServerSession to, ServerSession from, ServerMessage message)
          Callback invoked when a message is received.
 ServerMessage ServerSession.Extension.send(ServerSession to, ServerMessage message)
          Callback method invoked every time a normal message is outgoing.
 

Method parameters in org.cometd.bayeux.server with type arguments of type ServerMessage
 void ServerSession.DeQueueListener.deQueue(ServerSession session, Queue<ServerMessage> queue)
          Callback invoked to notify that the queue of messages is about to be sent to the remote client.
 



Copyright © 2008-2010 Dojo Foundation. All Rights Reserved.