Uses of Interface
org.cometd.bayeux.client.ClientSessionChannel
-
Uses of ClientSessionChannel in org.cometd.bayeux.client
Methods in org.cometd.bayeux.client that return ClientSessionChannelModifier and TypeMethodDescriptionClientSession.getChannel(String channelName)
Returns a client side channel scoped by this session.Methods in org.cometd.bayeux.client with parameters of type ClientSessionChannelModifier and TypeMethodDescriptionvoid
ClientSessionChannel.MessageListener.onMessage(ClientSessionChannel channel, Message message)
Callback invoked when a message is received on the givenchannel
.