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 ClientSessionChannelClientSession. 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 voidClientSessionChannel.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 classBayeuxClient.BayeuxClientChannelA 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 classAbstractClientSession.AbstractSessionChannelA channel scoped to aClientSession.Methods in org.cometd.common that return ClientSessionChannel Modifier and Type Method Description ClientSessionChannelAbstractClientSession. getChannel(java.lang.String channelName)ClientSessionChannelAbstractClientSession. getChannel(ChannelId channelId) -
Uses of ClientSessionChannel in org.cometd.server
Classes in org.cometd.server that implement ClientSessionChannel Modifier and Type Class Description protected classLocalSessionImpl.LocalChannelA channel scoped to this LocalSession.
-