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
ConstructorsConstructorDescriptionSpaceWebNotificationWebSocketServerListener(org.exoplatform.container.PortalContainer container, SpaceWebNotificationWebSocketService spaceWebNotificationWebSocketService, String cometdChannel) -
Method Summary
Modifier and TypeMethodDescriptionbooleanonMessage(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, waitMethods 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:
onMessagein interfaceorg.cometd.bayeux.server.ServerChannel.MessageListener
-