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 class
BayeuxClient.BayeuxClientChannel
A channel scoped to this BayeuxClient.Methods in org.cometd.client that return AbstractClientSession.AbstractSessionChannel Modifier and Type Method Description protected AbstractClientSession.AbstractSessionChannel
BayeuxClient. 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.AbstractSessionChannel
AbstractClientSession. 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 class
LocalSessionImpl.LocalChannel
A channel scoped to this LocalSession.Methods in org.cometd.server that return AbstractClientSession.AbstractSessionChannel Modifier and Type Method Description protected AbstractClientSession.AbstractSessionChannel
LocalSessionImpl. newChannel(ChannelId channelId)
-