Uses of Class
org.atmosphere.cpr.AtmosphereResourceImpl

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

Uses of AtmosphereResourceImpl in org.atmosphere
 

Constructors in org.atmosphere with parameters of type AtmosphereResourceImpl
HeartbeatAtmosphereResourceEvent(AtmosphereResourceImpl resource)
           Builds a new event.
 

Uses of AtmosphereResourceImpl in org.atmosphere.container
 

Methods in org.atmosphere.container with parameters of type AtmosphereResourceImpl
 void Grizzly2CometSupport.action(AtmosphereResourceImpl r)
           
 void NettyCometSupport.action(AtmosphereResourceImpl r)
           
 void BlockingIOCometSupport.action(AtmosphereResourceImpl r)
           
 void Jetty7CometSupport.action(AtmosphereResourceImpl r)
           
 void Servlet30CometSupport.action(AtmosphereResourceImpl r)
           
 void Tomcat7CometSupport.action(AtmosphereResourceImpl r)
           
 void JBossWebCometSupport.action(AtmosphereResourceImpl r)
           
 void JettyCometSupport.action(AtmosphereResourceImpl r)
           
 void TomcatCometSupport.action(AtmosphereResourceImpl r)
           
 void GlassFishv2CometSupport.action(AtmosphereResourceImpl r)
           
 void GrizzlyCometSupport.action(AtmosphereResourceImpl r)
           
 AsyncSupport Grizzly2CometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport NettyCometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport BlockingIOCometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport Jetty7CometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport Servlet30CometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport Tomcat7CometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport JBossWebCometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport JettyCometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport TomcatCometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport GlassFishv2CometSupport.complete(AtmosphereResourceImpl r)
           
 AsyncSupport GrizzlyCometSupport.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
 AtmosphereResourceImpl AtmosphereResourceImpl.webSocket(WebSocket webSocket)
           
 

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

Constructors in org.atmosphere.cpr with parameters of type AtmosphereResourceImpl
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)
           
 

Uses of AtmosphereResourceImpl in org.atmosphere.interceptor
 

Methods in org.atmosphere.interceptor with parameters of type AtmosphereResourceImpl
protected  int HeartbeatInterceptor.extractHeartbeatInterval(AtmosphereResourceImpl resource)
           Extracts the heartbeat interval as explained in class description.
 



Copyright © 2016. All Rights Reserved.