Uses of Interface
org.cometd.bayeux.Session

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

Uses of Session in org.cometd.bayeux.client
 

Subinterfaces of Session in org.cometd.bayeux.client
 interface ClientSession
          Client Bayeux Session.
 

Uses of Session in org.cometd.bayeux.server
 

Subinterfaces of Session in org.cometd.bayeux.server
 interface LocalSession
          A LocalSession is a ClientSession within the server.
 interface ServerSession
          Bayeux Server Session.
 

Methods in org.cometd.bayeux.server with parameters of type Session
 void ServerSession.deliver(Session from, ServerMessage msg)
          Deliver the message to the session listeners and queue.
 void ServerSession.deliver(Session from, java.lang.String channel, java.lang.Object data, java.lang.Object id)
          Deliver the message to the session listeners and queue.
 void ServerChannel.publish(Session from, java.lang.Object data, java.lang.Object id)
          Publish a message to the channel.
 void ServerChannel.publish(Session from, ServerMessage message)
          Publish a message to the channel.
 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.