Uses of Package
org.atmosphere.handler
-
Packages that use org.atmosphere.handler Package Description org.atmosphere.config.managed org.atmosphere.cpr org.atmosphere.handler -
Classes in org.atmosphere.handler used by org.atmosphere.config.managed Class Description AbstractReflectorAtmosphereHandler SimpleAtmosphereHandlerthat reflect every call toBroadcaster.broadcast(java.lang.Object), eg sent the broadcasted event back to the remote client.AnnotatedProxy Marker class for anAtmosphereHandlerproxy of a POJO object. -
Classes in org.atmosphere.handler used by org.atmosphere.cpr Class Description ReflectorServletProcessor 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. -
Classes in org.atmosphere.handler used by org.atmosphere.handler Class Description AbstractReflectorAtmosphereHandler SimpleAtmosphereHandlerthat reflect every call toBroadcaster.broadcast(java.lang.Object), eg sent the broadcasted event back to the remote client.AnnotatedProxy Marker class for anAtmosphereHandlerproxy of a POJO object.