Class BayeuxClient.BayeuxClientChannel

  • All Implemented Interfaces:
    org.cometd.bayeux.Channel, org.cometd.bayeux.client.ClientSessionChannel, org.eclipse.jetty.util.component.Dumpable
    Enclosing class:
    BayeuxClient

    protected class BayeuxClient.BayeuxClientChannel
    extends java.lang.Object

    A channel scoped to this BayeuxClient.

    • 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
    • Field Summary

      • Fields inherited from interface org.cometd.bayeux.Channel

        META, META_CONNECT, META_DISCONNECT, META_HANDSHAKE, META_SUBSCRIBE, META_UNSUBSCRIBE, SERVICE
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BayeuxClientChannel​(org.cometd.bayeux.ChannelId channelId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.cometd.bayeux.client.ClientSession getSession()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BayeuxClientChannel

        protected BayeuxClientChannel​(org.cometd.bayeux.ChannelId channelId)
    • Method Detail

      • getSession

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