Uses of Interface
org.atmosphere.cpr.AtmosphereServletProcessor
Packages that use AtmosphereServletProcessor
-
Uses of AtmosphereServletProcessor in org.atmosphere.config.managed
Classes in org.atmosphere.config.managed that implement AtmosphereServletProcessorModifier and TypeClassDescriptionclassAn internal implementation ofAtmosphereHandlerthat implement support for Atmosphere 2.0 annotations. -
Uses of AtmosphereServletProcessor in org.atmosphere.handler
Classes in org.atmosphere.handler that implement AtmosphereServletProcessorModifier and TypeClassDescriptionclassSimpleAtmosphereHandlerthat reflect every call toBroadcaster.broadcast(java.lang.Object), eg sent the broadcasted event back to the remote client.static 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.