Uses of Interface
org.atmosphere.cpr.AtmosphereResourceEventListener
-
Packages that use AtmosphereResourceEventListener Package Description org.atmosphere.config.service org.atmosphere.cpr org.atmosphere.interceptor org.atmosphere.websocket -
-
Uses of AtmosphereResourceEventListener in org.atmosphere.config.service
Methods in org.atmosphere.config.service that return types with arguments of type AtmosphereResourceEventListener Modifier and Type Method Description java.lang.Class<? extends AtmosphereResourceEventListener>[]listeners()AddAtmosphereResourceEventListenerto track internal events.java.lang.Class<? extends AtmosphereResourceEventListener>[]listeners()AddAtmosphereResourceEventListenerto track internal events.java.lang.Class<? extends AtmosphereResourceEventListener>[]listeners()AddAtmosphereResourceEventListenerto track internal events.java.lang.Class<? extends AtmosphereResourceEventListener>[]listeners()AddAtmosphereResourceEventListenerto track internal events. -
Uses of AtmosphereResourceEventListener in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AtmosphereResourceEventListener Modifier and Type Class Description classAtmosphereResourceEventListenerAdapterAn implementation ofAtmosphereResourceEventListenerwhich just log events with log level TRACE.static classAtmosphereResourceEventListenerAdapter.OnBroadcastOn Broadcast's Listenerstatic classAtmosphereResourceEventListenerAdapter.OnCloseOn Close's Listenerstatic classAtmosphereResourceEventListenerAdapter.OnDisconnectOn Disconnect's Listenerstatic classAtmosphereResourceEventListenerAdapter.OnHeartbeatOn Heartbeat's Listenerstatic classAtmosphereResourceEventListenerAdapter.OnPreSuspendOn PreSuspend's Listenerstatic classAtmosphereResourceEventListenerAdapter.OnResumeOn Resume's Listenerstatic classAtmosphereResourceEventListenerAdapter.OnSuspendOn Suspend's Listenerstatic classAtmosphereResourceEventListenerAdapter.OnThrowableOn Throwable's ListenerMethods in org.atmosphere.cpr that return AtmosphereResourceEventListener Modifier and Type Method Description protected AtmosphereResourceEventListenerDefaultAtmosphereResourceSessionFactory. getDisconnectListener()Used in testingMethods in org.atmosphere.cpr that return types with arguments of type AtmosphereResourceEventListener Modifier and Type Method Description java.util.concurrent.ConcurrentLinkedQueue<AtmosphereResourceEventListener>AtmosphereResourceImpl. atmosphereResourceEventListener()java.util.concurrent.ConcurrentLinkedQueue<AtmosphereResourceEventListener>AtmosphereResourceImpl. listeners() -
Uses of AtmosphereResourceEventListener in org.atmosphere.interceptor
Classes in org.atmosphere.interceptor that implement AtmosphereResourceEventListener Modifier and Type Class Description static classAtmosphereResourceStateRecovery.OnAlwaysSuspendclassPaddingAtmosphereInterceptor.ForcePreSuspend -
Uses of AtmosphereResourceEventListener in org.atmosphere.websocket
Subinterfaces of AtmosphereResourceEventListener in org.atmosphere.websocket Modifier and Type Interface Description interfaceWebSocketEventListenerA listener for monitoring what's occurring on a WebSocket, independently of the underlying implementation.Classes in org.atmosphere.websocket that implement AtmosphereResourceEventListener Modifier and Type Class Description classWebSocketEventListenerAdapterAn implementation ofWebSocketEventListenerwith just log event as trace.
-