| Package | Description |
|---|---|
| org.atmosphere.handler |
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectorServletProcessor
An implementation of
AtmosphereHandler using the AtmosphereServletProcessor that delegate the AtmosphereHandler.onRequest(org.atmosphere.cpr.AtmosphereResource)
to a set of FilterChain and Servlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
and store the AtmosphereResource as a AtmosphereRequest.getAttribute(String) attribute named
FrameworkConfig.ATMOSPHERE_RESOURCE. |
Copyright © 2016. All Rights Reserved.