Uses of Interface
org.cometd.bayeux.client.ClientSessionChannel
-
Uses of ClientSessionChannel in org.cometd.bayeux.client
Modifier and TypeMethodDescriptionClientSession.getChannel
(String channelName) Returns a client side channel scoped by this session.Modifier and TypeMethodDescriptionvoid
ClientSessionChannel.MessageListener.onMessage
(ClientSessionChannel channel, Message message) Callback invoked when a message is received on the givenchannel
. -
Uses of ClientSessionChannel in org.cometd.client
Modifier and TypeClassDescriptionprotected class
A channel scoped to this BayeuxClient. -
Uses of ClientSessionChannel in org.cometd.common
Modifier and TypeMethodDescriptionAbstractClientSession.getChannel
(String channelName) AbstractClientSession.getChannel
(ChannelId channelId) -
Uses of ClientSessionChannel in org.cometd.server
Modifier and TypeClassDescriptionprotected class
A channel scoped to this LocalSession.