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 TomcatCometSupport.action(AtmosphereResourceImpl r)
           
 void Tomcat7CometSupport.action(AtmosphereResourceImpl r)
           
 void Servlet30CometSupport.action(AtmosphereResourceImpl r)
           
 void NettyCometSupport.action(AtmosphereResourceImpl r)
           
 void JettyCometSupport.action(AtmosphereResourceImpl r)
           
 void Jetty7CometSupport.action(AtmosphereResourceImpl r)
           
 void JBossWebCometSupport.action(AtmosphereResourceImpl r)
           
 void GrizzlyCometSupport.action(AtmosphereResourceImpl r)
           
 void Grizzly2CometSupport.action(AtmosphereResourceImpl r)
           
 void GlassFishv2CometSupport.action(AtmosphereResourceImpl r)
           
 void BlockingIOCometSupport.action(AtmosphereResourceImpl r)
           
 AsyncSupport TomcatCometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport Tomcat7CometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport Servlet30CometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport NettyCometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport JettyCometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport Jetty7CometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport JBossWebSocketSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport JBossWebCometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport GrizzlyCometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport Grizzly2CometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport GlassFishv2CometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport BlockingIOCometSupport.complete(AtmosphereResourceImpl r)
           
 

Uses of AtmosphereResourceImpl in org.atmosphere.cpr
 

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

Methods in org.atmosphere.cpr that return AtmosphereResourceImpl
 AtmosphereResourceImpl AtmosphereResourceImpl.atmosphereHandler(AtmosphereHandler atmosphereHandler)
           
 AtmosphereResourceImpl AtmosphereResourceImpl.cloneState(AtmosphereResource r)
           
 AtmosphereResourceImpl AtmosphereResourceImpl.disableSuspend(boolean disableSuspend)
           
 AtmosphereResourceImpl AtmosphereResourceImpl.disableSuspendEvent(boolean disableSuspendEvent)
          Disable invocation of AtmosphereResourceEventListener.onSuspend(AtmosphereResourceEvent) and AtmosphereResourceEventListener.onPreSuspend(AtmosphereResourceEvent).
 AtmosphereResourceImpl AtmosphereResourceImpl.session(javax.servlet.http.HttpSession session)
           
 AtmosphereResourceImpl AtmosphereResourceImpl.setBroadcaster(Broadcaster broadcaster)
           
 AtmosphereResourceImpl AtmosphereResourceImpl.transport(AtmosphereResource.TRANSPORT transport)
          Manually set the TRANSPORT
 

Methods in org.atmosphere.cpr with parameters of type AtmosphereResourceImpl
 void AsynchronousProcessor.action(AtmosphereResourceImpl r)
           
 AsyncSupport AsynchronousProcessor.complete(AtmosphereResourceImpl r)
           
protected  void AsynchronousProcessor.invokeAtmosphereHandler(AtmosphereResourceImpl r)
          Invoke the associated AtmosphereHandler.
 

Constructors in org.atmosphere.cpr with parameters of type AtmosphereResourceImpl
AsynchronousProcessor.AsynchronousProcessorHook(AtmosphereResourceImpl r)
           
AtmosphereResourceEventImpl(AtmosphereResourceImpl resource)
           
AtmosphereResourceEventImpl(AtmosphereResourceImpl resource, boolean isCancelled, boolean isResumedOnTimeout)
           
AtmosphereResourceEventImpl(AtmosphereResourceImpl resource, boolean isCancelled, boolean isResumedOnTimeout, boolean isClosedByClient, Throwable throwable)
           
AtmosphereResourceEventImpl(AtmosphereResourceImpl resource, boolean isCancelled, boolean isResumedOnTimeout, Throwable throwable)
           
 



Copyright © 2014. All Rights Reserved.