Uses of Package
org.atmosphere.handler
Packages that use org.atmosphere.handler
-
Classes in org.atmosphere.handler used by org.atmosphere.config.managedClassDescriptionSimple
AtmosphereHandlerthat reflect every call toBroadcaster.broadcast(java.lang.Object), eg sent the broadcasted event back to the remote client.Marker class for anAtmosphereHandlerproxy of a POJO object. -
Classes in org.atmosphere.handler used by org.atmosphere.cprClassDescriptionAn implementation of
AtmosphereHandlerusing theAtmosphereServletProcessorthat delegate theAtmosphereHandler.onRequest(org.atmosphere.cpr.AtmosphereResource)to a set ofFilterChainandServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)and store theAtmosphereResourceas aAtmosphereRequestImpl.getAttribute(String)attribute namedFrameworkConfig.ATMOSPHERE_RESOURCE. -
Classes in org.atmosphere.handler used by org.atmosphere.handlerClassDescriptionSimple
AtmosphereHandlerthat reflect every call toBroadcaster.broadcast(java.lang.Object), eg sent the broadcasted event back to the remote client.Marker class for anAtmosphereHandlerproxy of a POJO object.