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

Packages that use SessionChannel
org.cometd.bayeux.client   
 

Uses of SessionChannel in org.cometd.bayeux.client
 

Methods in org.cometd.bayeux.client that return SessionChannel
 SessionChannel ClientSession.getChannel(java.lang.String channelName)
          Get a channel scoped by this session.
 

Methods in org.cometd.bayeux.client with parameters of type SessionChannel
 void SessionChannel.SubscriberListener.onMessage(SessionChannel channel, Message message)
           
 void SessionChannel.MetaChannelListener.onMetaMessage(SessionChannel channel, Message message, boolean successful, java.lang.String error)
           
 



Copyright © 2010 Dojo Foundation. All Rights Reserved.