Class SpaceWebNotificationWebSocketServerListener

java.lang.Object
org.exoplatform.social.websocket.listener.SpaceWebNotificationWebSocketServerListener
All Implemented Interfaces:
EventListener, org.cometd.bayeux.Bayeux.BayeuxListener, org.cometd.bayeux.server.ConfigurableServerChannel.ServerChannelListener, org.cometd.bayeux.server.ServerChannel.MessageListener

public class SpaceWebNotificationWebSocketServerListener extends Object implements org.cometd.bayeux.server.ServerChannel.MessageListener
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.cometd.bayeux.server.ConfigurableServerChannel.ServerChannelListener

    org.cometd.bayeux.server.ConfigurableServerChannel.ServerChannelListener.Weak
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpaceWebNotificationWebSocketServerListener(org.exoplatform.container.PortalContainer container, SpaceWebNotificationWebSocketService spaceWebNotificationWebSocketService, String cometdChannel)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onMessage(org.cometd.bayeux.server.ServerSession from, org.cometd.bayeux.server.ServerChannel channel, org.cometd.bayeux.server.ServerMessage.Mutable message)
     

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.cometd.bayeux.server.ServerChannel.MessageListener

    onMessage
  • Constructor Details

    • SpaceWebNotificationWebSocketServerListener

      public SpaceWebNotificationWebSocketServerListener(org.exoplatform.container.PortalContainer container, SpaceWebNotificationWebSocketService spaceWebNotificationWebSocketService, String cometdChannel)
  • Method Details

    • onMessage

      public boolean onMessage(org.cometd.bayeux.server.ServerSession from, org.cometd.bayeux.server.ServerChannel channel, org.cometd.bayeux.server.ServerMessage.Mutable message)
      Specified by:
      onMessage in interface org.cometd.bayeux.server.ServerChannel.MessageListener