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
          This interface represents the client side 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
          Objects implementing this interface are the server-side representation of remote Bayeux clients.
 

Methods in org.cometd.bayeux.server with parameters of type Session
 void ServerSession.deliver(Session from, ServerMessage.Mutable message)
          Delivers the given message to this session.
 void ServerSession.deliver(Session from, String channel, Object data, String id)
          Delivers the given information to this session.
 void ServerChannel.publish(Session from, Object data, String id)
          Publishes the given information to this channel.
 void ServerChannel.publish(Session from, ServerMessage.Mutable message)
          Publishes the given message to this channel, delivering the message to all the ServerSessions subscribed to this channel.
 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.