Class LocalSessionImpl.LocalChannel

java.lang.Object
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 Object

A channel scoped to this LocalSession.

  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.cometd.bayeux.client.ClientSessionChannel

    org.cometd.bayeux.client.ClientSessionChannel.ClientSessionChannelListener, org.cometd.bayeux.client.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 org.cometd.bayeux.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
    Modifier
    Constructor
    Description
    protected
    LocalChannel(org.cometd.bayeux.ChannelId channelId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.cometd.bayeux.client.ClientSession
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.cometd.bayeux.client.ClientSessionChannel

    publish, subscribe, subscribe, unsubscribe, unsubscribe

    Methods inherited from interface org.eclipse.jetty.util.component.Dumpable

    dump
  • Constructor Details

    • LocalChannel

      protected LocalChannel(org.cometd.bayeux.ChannelId channelId)
  • Method Details

    • getSession

      public org.cometd.bayeux.client.ClientSession getSession()