Uses of Interface
org.cometd.bayeux.client.ClientSessionChannel
-
Packages that use ClientSessionChannel Package Description org.cometd.bayeux.client org.cometd.client org.cometd.common org.cometd.server -
-
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(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
. -
Uses of ClientSessionChannel in org.cometd.client
Classes in org.cometd.client that implement ClientSessionChannel Modifier and Type Class Description protected class
BayeuxClient.BayeuxClientChannel
A channel scoped to this BayeuxClient. -
Uses of ClientSessionChannel in org.cometd.common
Classes in org.cometd.common that implement ClientSessionChannel Modifier and Type Class Description protected class
AbstractClientSession.AbstractSessionChannel
A channel scoped to aClientSession
.Methods in org.cometd.common that return ClientSessionChannel Modifier and Type Method Description ClientSessionChannel
AbstractClientSession. getChannel(String channelName)
ClientSessionChannel
AbstractClientSession. getChannel(ChannelId channelId)
-
Uses of ClientSessionChannel in org.cometd.server
Classes in org.cometd.server that implement ClientSessionChannel Modifier and Type Class Description protected class
LocalSessionImpl.LocalChannel
A channel scoped to this LocalSession.
-