Uses of Interface
org.cometd.bayeux.client.ClientSessionChannel
-
Packages that use ClientSessionChannel Package Description org.cometd.bayeux.client -
-
Uses of ClientSessionChannel in org.cometd.bayeux.client
Methods in org.cometd.bayeux.client that return ClientSessionChannel Modifier and Type Method Description ClientSessionChannel
ClientSession. getChannel(java.lang.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 void
ClientSessionChannel.MessageListener. onMessage(ClientSessionChannel channel, Message message)
Callback invoked when a message is received on the givenchannel
.
-