Uses of Interface
org.cometd.bayeux.Message

Packages that use Message
org.cometd.bayeux   
org.cometd.bayeux.client   
org.cometd.bayeux.server   
 

Uses of Message in org.cometd.bayeux
 

Subinterfaces of Message in org.cometd.bayeux
static interface Message.Mutable
           
 

Uses of Message in org.cometd.bayeux.client
 

Methods in org.cometd.bayeux.client with parameters of type Message
 void SessionChannel.MessageListener.onMessage(ClientSession session, Message message)
           
 void SessionChannel.SubscriberListener.onMessage(SessionChannel channel, Message message)
           
 void SessionChannel.MetaChannelListener.onMetaMessage(SessionChannel channel, Message message, boolean successful, java.lang.String error)
           
 

Uses of Message in org.cometd.bayeux.server
 

Subinterfaces of Message in org.cometd.bayeux.server
 interface ServerMessage
          Representation of server side message.
static interface ServerMessage.Mutable
          Updateable ServerMessage
 

Methods in org.cometd.bayeux.server with parameters of type Message
 boolean ServerSession.MaxQueueListener.queueMaxed(ServerSession session, Session from, Message message)
          Call back to notify if a message for a client will result in the message queue exceeding Session#getMaxQueue().
 



Copyright © 2010 Dojo Foundation. All Rights Reserved.