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
          The mutable version of a Message
 

Uses of Message in org.cometd.bayeux.client
 

Methods in org.cometd.bayeux.client with parameters of type Message
 void ClientSessionChannel.MessageListener.onMessage(ClientSessionChannel channel, Message message)
          Callback invoked when a message is received on the given channel.
 

Uses of Message in org.cometd.bayeux.server
 

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

Methods in org.cometd.bayeux.server with parameters of type Message
 boolean ServerSession.MaxQueueListener.queueMaxed(ServerSession session, Session from, Message message)
          Callback invoked to notify when the message queue is exceeding the value configured for the transport with the option "maxQueue".
 



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