Uses of Interface
org.atmosphere.cpr.AtmosphereResourceEventListener
Packages that use AtmosphereResourceEventListener
-
Uses of AtmosphereResourceEventListener in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AtmosphereResourceEventListenerModifier and TypeClassDescriptionclassAn implementation ofAtmosphereResourceEventListenerwhich just log events with log level TRACE.static classOn Broadcast's Listenerstatic classOn Close's Listenerstatic classOn Disconnect's Listenerstatic classOn Heartbeat's Listenerstatic classOn PreSuspend's Listenerstatic classOn Resume's Listenerstatic classOn Suspend's Listenerstatic classOn Throwable's ListenerMethods in org.atmosphere.cpr that return AtmosphereResourceEventListenerModifier and TypeMethodDescriptionprotected AtmosphereResourceEventListenerDefaultAtmosphereResourceSessionFactory.getDisconnectListener()Used in testingMethods in org.atmosphere.cpr that return types with arguments of type AtmosphereResourceEventListenerModifier and TypeMethodDescriptionAtmosphereResourceImpl.atmosphereResourceEventListener()AtmosphereResourceImpl.listeners()Methods in org.atmosphere.cpr with parameters of type AtmosphereResourceEventListenerModifier and TypeMethodDescriptionAtmosphereResource.addEventListener(AtmosphereResourceEventListener e) AtmosphereResourceImpl.addEventListener(AtmosphereResourceEventListener e) Meteor.addListener(AtmosphereResourceEventListener e) Add aAtmosphereResourceEventListenerwhich gets invoked when responses are resuming, when the remote client closes the connection or when the aBroadcaster.broadcast(java.lang.Object)operations occurs.AtmosphereResource.removeEventListener(AtmosphereResourceEventListener e) Remove aAtmosphereResourceEventListener.AtmosphereResourceImpl.removeEventListener(AtmosphereResourceEventListener e) Remove aAtmosphereResourceEventListenerwhich gets invoked when a response is resuming, when the remote client closes the connection or when the aBroadcaster.broadcast(java.lang.Object)operations occurs. -
Uses of AtmosphereResourceEventListener in org.atmosphere.interceptor
Classes in org.atmosphere.interceptor that implement AtmosphereResourceEventListenerModifier and TypeClassDescriptionstatic classfinal class -
Uses of AtmosphereResourceEventListener in org.atmosphere.websocket
Subinterfaces of AtmosphereResourceEventListener in org.atmosphere.websocketModifier and TypeInterfaceDescriptioninterfaceA listener for monitoring what's occurring on a WebSocket, independently of the underlying implementation.Classes in org.atmosphere.websocket that implement AtmosphereResourceEventListenerModifier and TypeClassDescriptionclassAn implementation ofWebSocketEventListenerwith just log event as trace.