Uses of Interface
org.cometd.bayeux.client.ClientSessionChannel
Packages that use 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
. -
Uses of ClientSessionChannel in org.cometd.client
Classes in org.cometd.client that implement ClientSessionChannelModifier and TypeClassDescriptionprotected class
A channel scoped to this BayeuxClient. -
Uses of ClientSessionChannel in org.cometd.common
Classes in org.cometd.common that implement ClientSessionChannelMethods in org.cometd.common that return ClientSessionChannelModifier and TypeMethodDescriptionAbstractClientSession.getChannel
(String channelName) AbstractClientSession.getChannel
(ChannelId channelId) -
Uses of ClientSessionChannel in org.cometd.server
Classes in org.cometd.server that implement ClientSessionChannelModifier and TypeClassDescriptionprotected class
A channel scoped to this LocalSession.