Uses of Class
org.atmosphere.cpr.AtmosphereResourceImpl

Packages that use AtmosphereResourceImpl
org.atmosphere.container   
org.atmosphere.cpr   
 

Uses of AtmosphereResourceImpl in org.atmosphere.container
 

Methods in org.atmosphere.container with parameters of type AtmosphereResourceImpl
 void WebLogicCometSupport.action(AtmosphereResourceImpl actionEvent)
          Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
 void TomcatCometSupport.action(AtmosphereResourceImpl resource)
          Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
 void Servlet30Support.action(AtmosphereResourceImpl actionEvent)
          Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
 void JettyCometSupport.action(AtmosphereResourceImpl r)
          Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
 void Jetty7CometSupport.action(AtmosphereResourceImpl actionEvent)
          Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
 void JBossWebCometSupport.action(AtmosphereResourceImpl actionEvent)
          Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
 void GrizzlyCometSupport.action(AtmosphereResourceImpl r)
          Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
 void GlassFishv2CometSupport.action(AtmosphereResourceImpl actionEvent)
          Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
 void BlockingIOCometSupport.action(AtmosphereResourceImpl actionEvent)
          Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
 

Uses of AtmosphereResourceImpl in org.atmosphere.cpr
 

Fields in org.atmosphere.cpr declared as AtmosphereResourceImpl
protected  AtmosphereResourceImpl AtmosphereResourceEventImpl.r
           
 

Methods in org.atmosphere.cpr with parameters of type AtmosphereResourceImpl
 void AsynchronousProcessor.action(AtmosphereResourceImpl r)
          Process an AtmosphereServlet.Action from an ActionEvent operation like suspend, resume or timed out.
 

Constructors in org.atmosphere.cpr with parameters of type AtmosphereResourceImpl
AtmosphereResourceEventImpl(AtmosphereResourceImpl r)
           
AtmosphereResourceEventImpl(AtmosphereResourceImpl r, boolean isCancelled, boolean isResumedOnTimeout)
           
 



Copyright © 2011. All Rights Reserved.