Uses of Interface
org.cometd.bayeux.client.ClientSession

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

Uses of ClientSession in org.cometd.bayeux.client
 

Methods in org.cometd.bayeux.client that return ClientSession
 ClientSession SessionChannel.getSession()
           
 

Methods in org.cometd.bayeux.client with parameters of type ClientSession
 void SessionChannel.MessageListener.onMessage(ClientSession session, Message message)
           
 boolean ClientSession.Extension.rcv(ClientSession session, Message.Mutable message)
          Callback method invoked every time a normal message is incoming.
 boolean ClientSession.Extension.rcvMeta(ClientSession session, Message.Mutable message)
          Callback method invoked every time a meta message is incoming.
 boolean ClientSession.Extension.send(ClientSession session, Message.Mutable message)
          Callback method invoked every time a normal message is outgoing.
 boolean ClientSession.Extension.sendMeta(ClientSession session, Message.Mutable message)
          Callback method invoked every time a meta message is outgoing.
 

Uses of ClientSession in org.cometd.bayeux.server
 

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



Copyright © 2010 Dojo Foundation. All Rights Reserved.