|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AtmosphereHandler | |
|---|---|
| org.atmosphere.cpr | |
| org.atmosphere.handler | |
| Uses of AtmosphereHandler in org.atmosphere.cpr |
|---|
| Subinterfaces of AtmosphereHandler in org.atmosphere.cpr | |
|---|---|
interface |
AtmosphereServletProcessor
Simple interface that can be used to wrap a Servlet from an
AtmosphereHandler |
| Fields in org.atmosphere.cpr declared as AtmosphereHandler | |
|---|---|
protected AtmosphereHandler |
AtmosphereServlet.AtmosphereConfig.ah
|
AtmosphereHandler |
AtmosphereServlet.AtmosphereHandlerWrapper.atmosphereHandler
|
| Methods in org.atmosphere.cpr that return AtmosphereHandler | |
|---|---|
AtmosphereHandler |
AtmosphereServlet.AtmosphereConfig.getAtmosphereHandler()
Return the AtmosphereHandler associated with this config. |
| Methods in org.atmosphere.cpr with parameters of type AtmosphereHandler | |
|---|---|
void |
AtmosphereServlet.addAtmosphereHandler(String mapping,
AtmosphereHandler h)
Add an AtmosphereHandler serviced by the Servlet
This API is exposed to allow embedding an Atmosphere application. |
| Constructors in org.atmosphere.cpr with parameters of type AtmosphereHandler | |
|---|---|
AtmosphereServlet.AtmosphereHandlerWrapper(AtmosphereHandler g)
|
|
AtmosphereServlet.AtmosphereHandlerWrapper(AtmosphereHandler g,
Broadcaster b)
|
|
| Uses of AtmosphereHandler in org.atmosphere.handler |
|---|
| Classes in org.atmosphere.handler that implement AtmosphereHandler | |
|---|---|
class |
AbstractReflectorAtmosphereHandler
Simple AtmosphereHandler that relect every call to
Broadcaster.broadcast(java.lang.Object). |
class |
ReflectorServletProcessor
Simple AtmosphereServletProcessor that delegate the onRequest(org.atmosphere.cpr.AtmosphereResource
to a set of FilterChain and Servlet#service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
and store the {@link AtmosphereResource} as a {@link HttpServletRequest} attribute named
org.atmosphere.cpr.AtmosphereResource. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||