Uses of Interface
org.atmosphere.cpr.AtmosphereHandler

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
 AtmosphereHandler AtmosphereServlet.AtmosphereHandlerWrapper.atmosphereHandler
           
 

Methods in org.atmosphere.cpr that return AtmosphereHandler
 AtmosphereHandler AtmosphereResourceImpl.getAtmosphereHandler()
          Return the associated AtmosphereHandler associated with this resource.
 AtmosphereHandler AtmosphereResource.getAtmosphereHandler()
          Return the associated AtmosphereHandler associated with this resource.
 

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.
 void AtmosphereServlet.addAtmosphereHandler(String mapping, AtmosphereHandler<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> h, Broadcaster broadcaster)
          Add an AtmosphereHandler serviced by the Servlet This API is exposed to allow embedding an Atmosphere application.
 void AtmosphereServlet.addAtmosphereHandler(String mapping, AtmosphereHandler h, String broadcasterId)
          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
AtmosphereResourceImpl(AtmosphereServlet.AtmosphereConfig config, Broadcaster broadcaster, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse response, CometSupport cometSupport, AtmosphereHandler atmosphereHandler)
          Create an AtmosphereResource.
AtmosphereServlet.AtmosphereHandlerWrapper(AtmosphereHandler atmosphereHandler, Broadcaster broadcaster)
           
AtmosphereServlet.AtmosphereHandlerWrapper(AtmosphereHandler atmosphereHandler, String mapping)
           
 

Uses of AtmosphereHandler in org.atmosphere.handler
 

Classes in org.atmosphere.handler that implement AtmosphereHandler
 class AbstractReflectorAtmosphereHandler
          Simple AtmosphereHandler that reflect every call to Broadcaster.broadcast(T), e.g sent the broadcasted event back to the remote client.
 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.
 class SimpleWebSocketAtmosphereHandler
          Simple AtmosphereHandler which redirect the first request to the web application welcome page.
 



Copyright © 2011. All Rights Reserved.