Uses of Class
org.cometd.common.AbstractClientSession.AbstractSessionChannel
-
Packages that use AbstractClientSession.AbstractSessionChannel Package Description org.cometd.client org.cometd.common org.cometd.server -
-
Uses of AbstractClientSession.AbstractSessionChannel in org.cometd.client
Subclasses of AbstractClientSession.AbstractSessionChannel in org.cometd.client Modifier and Type Class Description protected classBayeuxClient.BayeuxClientChannelA channel scoped to this BayeuxClient.Methods in org.cometd.client that return AbstractClientSession.AbstractSessionChannel Modifier and Type Method Description protected AbstractClientSession.AbstractSessionChannelBayeuxClient. newChannel(ChannelId channelId) -
Uses of AbstractClientSession.AbstractSessionChannel in org.cometd.common
Methods in org.cometd.common that return AbstractClientSession.AbstractSessionChannel Modifier and Type Method Description protected abstract AbstractClientSession.AbstractSessionChannelAbstractClientSession. newChannel(ChannelId channelId)Methods in org.cometd.common that return types with arguments of type AbstractClientSession.AbstractSessionChannel Modifier and Type Method Description protected java.util.concurrent.ConcurrentMap<java.lang.String,AbstractClientSession.AbstractSessionChannel>AbstractClientSession. getChannels() -
Uses of AbstractClientSession.AbstractSessionChannel in org.cometd.server
Subclasses of AbstractClientSession.AbstractSessionChannel in org.cometd.server Modifier and Type Class Description protected classLocalSessionImpl.LocalChannelA channel scoped to this LocalSession.Methods in org.cometd.server that return AbstractClientSession.AbstractSessionChannel Modifier and Type Method Description protected AbstractClientSession.AbstractSessionChannelLocalSessionImpl. newChannel(ChannelId channelId)
-