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

Packages that use ClientSessionChannel
org.cometd.bayeux.client   
 

Uses of ClientSessionChannel in org.cometd.bayeux.client
 

Methods in org.cometd.bayeux.client that return ClientSessionChannel
 ClientSessionChannel ClientSession.getChannel(String channelName)
          Returns a client side channel scoped by this session.
 

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



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