Package org.atmosphere.handler
package org.atmosphere.handler
-
ClassDescriptionSimple
AtmosphereHandlerthat reflect every call toBroadcaster.broadcast(java.lang.Object), eg sent the broadcasted event back to the remote client.This default implementation does nothing whenAbstractReflectorAtmosphereHandler.Default.onRequest(org.atmosphere.cpr.AtmosphereResource)is called.Marker class for anAtmosphereHandlerproxy of a POJO object.An implementation ofAtmosphereHandlerthat does nothing.OnMessage<T>SimpleAtmosphereHandlerthat must be used with theAtmosphereResourceLifecycleInterceptorandBroadcastOnPostAtmosphereInterceptorto reduce the handling of the suspend/resume/disconnect and broadcast operation.An implementation ofAtmosphereHandlerusing theAtmosphereServletProcessorthat delegate theAtmosphereHandler.onRequest(org.atmosphere.cpr.AtmosphereResource)to a set ofFilterChainandServlet.service(jakarta.servlet.ServletRequest, jakarta.servlet.ServletResponse)and store theAtmosphereResourceas aAtmosphereRequestImpl.getAttribute(String)attribute namedFrameworkConfig.ATMOSPHERE_RESOURCE.