Uses of Interface
org.atmosphere.cpr.AtmosphereResourceHeartbeatEventListener
Packages that use AtmosphereResourceHeartbeatEventListener
Package
Description
-
Uses of AtmosphereResourceHeartbeatEventListener in org.atmosphere.config.managed
Classes in org.atmosphere.config.managed that implement AtmosphereResourceHeartbeatEventListenerModifier and TypeClassDescriptionclassAn internal implementation ofAtmosphereHandlerthat implement support for Atmosphere 2.0 annotations. -
Uses of AtmosphereResourceHeartbeatEventListener in org.atmosphere.cpr
Subinterfaces of AtmosphereResourceHeartbeatEventListener in org.atmosphere.cprModifier and TypeInterfaceDescriptioninterfaceReceive notifications when resume, client disconnect or broadcast events occur.Classes in org.atmosphere.cpr that implement AtmosphereResourceHeartbeatEventListenerModifier 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 Listener -
Uses of AtmosphereResourceHeartbeatEventListener in org.atmosphere.interceptor
Classes in org.atmosphere.interceptor that implement AtmosphereResourceHeartbeatEventListenerModifier and TypeClassDescriptionstatic classfinal class -
Uses of AtmosphereResourceHeartbeatEventListener in org.atmosphere.websocket
Subinterfaces of AtmosphereResourceHeartbeatEventListener 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 AtmosphereResourceHeartbeatEventListenerModifier and TypeClassDescriptionclassAn implementation ofWebSocketEventListenerwith just log event as trace.