Package org.cometd.server
Class LocalSessionImpl.LocalChannel
- java.lang.Object
-
- org.cometd.common.AbstractClientSession.AbstractSessionChannel
-
- org.cometd.server.LocalSessionImpl.LocalChannel
-
- All Implemented Interfaces:
org.cometd.bayeux.Channel,org.cometd.bayeux.client.ClientSessionChannel,org.eclipse.jetty.util.component.Dumpable
- Enclosing class:
- LocalSessionImpl
protected class LocalSessionImpl.LocalChannel extends AbstractClientSession.AbstractSessionChannel
A channel scoped to this LocalSession.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLocalChannel(org.cometd.bayeux.ChannelId channelId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.cometd.bayeux.client.ClientSessiongetSession()-
Methods inherited from class org.cometd.common.AbstractClientSession.AbstractSessionChannel
addListener, dump, dumpSelf, getAttribute, getAttributeNames, getChannelId, getId, getListeners, getSubscribers, isBroadcast, isDeepWild, isMeta, isReleased, isService, isWild, nonFirstSubscribe, nonLastUnSubscribe, notifyMessageListeners, notifyOnMessage, publish, publish, release, removeAttribute, removeListener, resetSubscriptions, sendSubscribe, sendUnSubscribe, sendUnSubscribe, setAttribute, subscribe, throwIfReleased, toString, unsubscribe, unsubscribe
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-