Class LocalSessionImpl.LocalChannel
java.lang.Object
org.cometd.common.AbstractClientSession.AbstractSessionChannel
org.cometd.server.LocalSessionImpl.LocalChannel
- All Implemented Interfaces:
Channel, ClientSessionChannel, org.eclipse.jetty.util.component.Dumpable
- Enclosing class:
LocalSessionImpl
A channel scoped to this LocalSession.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ClientSessionChannel
ClientSessionChannel.ClientSessionChannelListener, ClientSessionChannel.MessageListener
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
org.eclipse.jetty.util.component.Dumpable.DumpableContainer, org.eclipse.jetty.util.component.Dumpable.DumpAppendable
-
Field Summary
Fields inherited from interface Channel
META, META_CONNECT, META_DISCONNECT, META_HANDSHAKE, META_SUBSCRIBE, META_UNSUBSCRIBE, SERVICE
Fields inherited from interface org.eclipse.jetty.util.component.Dumpable
LEGEND
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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, setAttribute, subscribe, throwIfReleased, toString, unsubscribe, unsubscribe
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ClientSessionChannel
publish, subscribe, subscribe, unsubscribe, unsubscribe
Methods inherited from interface org.eclipse.jetty.util.component.Dumpable
dump
-
Constructor Details
-
LocalChannel
-
-
Method Details
-
getSession
- Returns:
- the client session associated with this channel
-