Uses of Class
org.atmosphere.handler.AbstractReflectorAtmosphereHandler
Packages that use AbstractReflectorAtmosphereHandler
-
Uses of AbstractReflectorAtmosphereHandler in org.atmosphere.config.managed
Subclasses of AbstractReflectorAtmosphereHandler in org.atmosphere.config.managedModifier and TypeClassDescriptionclassAn internal implementation ofAtmosphereHandlerthat implement support for Atmosphere 2.0 annotations. -
Uses of AbstractReflectorAtmosphereHandler in org.atmosphere.handler
Subclasses of AbstractReflectorAtmosphereHandler in org.atmosphere.handlerModifier and TypeClassDescriptionstatic final classThis default implementation does nothing whenAbstractReflectorAtmosphereHandler.Default.onRequest(org.atmosphere.cpr.AtmosphereResource)is called.classOnMessage<T>SimpleAtmosphereHandlerthat must be used with theAtmosphereResourceLifecycleInterceptorandBroadcastOnPostAtmosphereInterceptorto reduce the handling of the suspend/resume/disconnect and broadcast operation.classAn 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.