Uses of Interface
org.cometd.Message

Uses of Message in org.cometd
 

Methods in org.cometd that return Message
 Message Message.getAssociated()
           
 Message Extension.rcv(Client from, Message message)
           
 Message Extension.rcvMeta(Client from, Message message)
           
 Message Extension.send(Client from, Message message)
           
 Message Extension.sendMeta(Client from, Message message)
           
 

Methods in org.cometd that return types with arguments of type Message
 java.util.Queue<Message> Client.getQueue()
           
 java.util.List<Message> Client.takeMessages()
          Deprecated. use Client.addListener(ClientListener) to be notified of messages
 

Methods in org.cometd with parameters of type Message
 boolean SecurityPolicy.canCreate(Client client, java.lang.String channel, Message message)
          Test if a message should be allowed to create a new Channel
 boolean SecurityPolicy.canHandshake(Message message)
          Test if a handshake message should be accepted.
 boolean SecurityPolicy.canPublish(Client client, java.lang.String channel, Message messsage)
          Test if a client can publish a message to a channel
 boolean SecurityPolicy.canSubscribe(Client client, java.lang.String channel, Message messsage)
          Test if a client is allowed to subscribe to a channel
 void MessageListener.deliver(Client fromClient, Client toClient, Message msg)
          Called when a message is delivered to the client
 boolean QueueListener.queueMaxed(Client from, Client to, Message message)
          Call back to notify if a message for a client will result in the message queue exceeding Client.getMaxQueue().
 Message Extension.rcv(Client from, Message message)
           
 Message Extension.rcvMeta(Client from, Message message)
           
 Message Extension.send(Client from, Message message)
           
 Message Extension.sendMeta(Client from, Message message)
           
 

Method parameters in org.cometd with type arguments of type Message
 void DeliverListener.deliver(Client client, java.util.Queue<Message> queue)
          callback to notify that the queue is about to be sent to the client.
 



Copyright © 2010 Dojo Foundation. All Rights Reserved.