Uses of Class
org.atmosphere.cpr.AtmosphereResourceImpl
-
Packages that use AtmosphereResourceImpl Package Description org.atmosphere.container org.atmosphere.cpr org.atmosphere.interceptor -
-
Uses of AtmosphereResourceImpl in org.atmosphere.container
Methods in org.atmosphere.container that return types with arguments of type AtmosphereResourceImpl Modifier and Type Method Description AsyncSupport<AtmosphereResourceImpl>BlockingIOCometSupport. complete(AtmosphereResourceImpl r)AsyncSupport<AtmosphereResourceImpl>GlassFishv2CometSupport. complete(AtmosphereResourceImpl r)AsyncSupport<AtmosphereResourceImpl>JBossWebCometSupport. complete(AtmosphereResourceImpl r)AsyncSupport<AtmosphereResourceImpl>Jetty7CometSupport. complete(AtmosphereResourceImpl r)AsyncSupport<AtmosphereResourceImpl>JettyCometSupport. complete(AtmosphereResourceImpl r)AsyncSupport<AtmosphereResourceImpl>NettyCometSupport. complete(AtmosphereResourceImpl r)AsyncSupport<AtmosphereResourceImpl>Servlet30CometSupport. complete(AtmosphereResourceImpl r)AsyncSupport<AtmosphereResourceImpl>Tomcat7CometSupport. complete(AtmosphereResourceImpl r)AsyncSupport<AtmosphereResourceImpl>TomcatCometSupport. complete(AtmosphereResourceImpl r) -
Uses of AtmosphereResourceImpl in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as AtmosphereResourceImpl Modifier and Type Field Description protected AtmosphereResourceImplAtmosphereResourceEventImpl. resourceFields in org.atmosphere.cpr with type parameters of type AtmosphereResourceImpl Modifier and Type Field Description protected AsyncSupport<AtmosphereResourceImpl>AtmosphereResourceImpl. asyncSupportMethods in org.atmosphere.cpr that return AtmosphereResourceImpl Modifier and Type Method Description AtmosphereResourceImplAtmosphereResourceImpl. atmosphereHandler(AtmosphereHandler atmosphereHandler)AtmosphereResourceImplAtmosphereResourceImpl. cloneState(AtmosphereResource r)AtmosphereResourceImplAtmosphereResourceImpl. disableSuspend(boolean disableSuspend)AtmosphereResourceImplAtmosphereResourceImpl. disableSuspendEvent(boolean disableSuspendEvent)AtmosphereResourceImplAtmosphereResourceImpl. session(javax.servlet.http.HttpSession session)AtmosphereResourceImplAtmosphereResourceImpl. transport(AtmosphereResource.TRANSPORT transport)Manually set theAtmosphereResource.TRANSPORTAtmosphereResourceImplAtmosphereResourceImpl. webSocket(WebSocket webSocket)Methods in org.atmosphere.cpr that return types with arguments of type AtmosphereResourceImpl Modifier and Type Method Description AsyncSupport<AtmosphereResourceImpl>AsynchronousProcessor. complete(AtmosphereResourceImpl r)Methods in org.atmosphere.cpr with parameters of type AtmosphereResourceImpl Modifier and Type Method Description voidAsynchronousProcessor. action(AtmosphereResourceImpl r)AsyncSupport<AtmosphereResourceImpl>AsynchronousProcessor. complete(AtmosphereResourceImpl r)voidAsynchronousProcessor. endRequest(AtmosphereResourceImpl r, boolean cancel)protected voidAsynchronousProcessor. invokeAtmosphereHandler(AtmosphereResourceImpl r)Invoke the associatedAtmosphereHandler.Constructors in org.atmosphere.cpr with parameters of type AtmosphereResourceImpl Constructor Description AtmosphereResourceEventImpl(AtmosphereResourceImpl resource)AtmosphereResourceEventImpl(AtmosphereResourceImpl resource, boolean isCancelled, boolean isResumedOnTimeout)AtmosphereResourceEventImpl(AtmosphereResourceImpl resource, boolean isCancelled, boolean isResumedOnTimeout, boolean isClosedByClient, java.lang.Throwable throwable)AtmosphereResourceEventImpl(AtmosphereResourceImpl resource, boolean isCancelled, boolean isResumedOnTimeout, java.lang.Throwable throwable)HeartbeatAtmosphereResourceEvent(AtmosphereResourceImpl resource)Builds a new event.Constructor parameters in org.atmosphere.cpr with type arguments of type AtmosphereResourceImpl Constructor Description AtmosphereResourceImpl(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport<AtmosphereResourceImpl> asyncSupport, AtmosphereHandler atmosphereHandler)Deprecated. -
Uses of AtmosphereResourceImpl in org.atmosphere.interceptor
Methods in org.atmosphere.interceptor with parameters of type AtmosphereResourceImpl Modifier and Type Method Description protected intHeartbeatInterceptor. extractHeartbeatInterval(AtmosphereResourceImpl resource)Extracts the heartbeat interval as explained in class description.
-