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