Uses of Class
org.atmosphere.cpr.Action
-
Packages that use Action Package Description org.atmosphere.client org.atmosphere.config.managed org.atmosphere.container org.atmosphere.cpr org.atmosphere.interceptor -
-
Uses of Action in org.atmosphere.client
Methods in org.atmosphere.client that return Action Modifier and Type Method Description ActionTrackMessageSizeInterceptor. inspect(AtmosphereResource r) -
Uses of Action in org.atmosphere.config.managed
Methods in org.atmosphere.config.managed that return Action Modifier and Type Method Description ActionServiceInterceptor. inspect(AtmosphereResource r) -
Uses of Action in org.atmosphere.container
Methods in org.atmosphere.container with parameters of type Action Modifier and Type Method Description protected voidBlockingIOCometSupport. suspend(Action action, AtmosphereRequest req, AtmosphereResponse res)Suspend the connection by blocking the currentThread -
Uses of Action in org.atmosphere.cpr
Fields in org.atmosphere.cpr declared as Action Modifier and Type Field Description static ActionAction. CANCELLEDprotected static ActionAsynchronousProcessor. cancelledActionstatic ActionAction. CONTINUEstatic ActionAction. CREATEDstatic ActionAction. DESTROYEDstatic ActionAction. RESUMEstatic ActionAction. SKIP_ATMOSPHEREHANDLERstatic ActionAction. SUSPENDprotected static ActionAsynchronousProcessor. timedoutActionMethods in org.atmosphere.cpr that return Action Modifier and Type Method Description ActionAtmosphereResourceImpl. action()Return theActionwhich represent the state of the response, e.g.ActionAsynchronousProcessor. cancelled(AtmosphereRequest req, AtmosphereResponse res)All proprietary Comet basedServletmust invoke the cancelled method when the underlying WebServer detect that the client closed the connection.ActionAtmosphereFramework. doCometSupport(AtmosphereRequest req, AtmosphereResponse res)Invoke the proprietaryAsyncSupport.ActionAtmosphereInterceptor. inspect(AtmosphereResource r)Invoked before anAtmosphereResourcegets dispatched toAtmosphereHandler.ActionAtmosphereInterceptorAdapter. inspect(AtmosphereResource r)ActionAsynchronousProcessor. invokeInterceptors(java.util.List<AtmosphereInterceptor> c, AtmosphereResource r, int tracing)ActionAsynchronousProcessor. resumed(AtmosphereRequest request, AtmosphereResponse response)All proprietary Comet basedServletmust invoke the resume method when the Atmosphere's application decide to resume theAtmosphereResponse.ActionAsyncSupport. service(AtmosphereRequest req, AtmosphereResponse res)ActionAsynchronousProcessor. suspended(AtmosphereRequest request, AtmosphereResponse response)All proprietary Comet basedServletmust invoke the suspended method when the first request comes in.ActionAsynchronousProcessor. timedout(AtmosphereRequest req, AtmosphereResponse res)All proprietary Comet basedServletmust invoke the timedout method when the underlying WebServer time out theAtmosphereResponse.ActionAction. timeout(long timeout)ActionAction. type(Action.TYPE type) -
Uses of Action in org.atmosphere.interceptor
Methods in org.atmosphere.interceptor that return Action Modifier and Type Method Description ActionAndroidAtmosphereInterceptor. inspect(AtmosphereResource r)ActionAtmosphereResourceLifecycleInterceptor. inspect(AtmosphereResource r)Automatically suspend theAtmosphereResourcebased onAtmosphereResource.TRANSPORTvalue.ActionAtmosphereResourceStateRecovery. inspect(AtmosphereResource r)ActionBroadcastOnPostAtmosphereInterceptor. inspect(AtmosphereResource r)ActionCacheHeadersInterceptor. inspect(AtmosphereResource r)ActionCorsInterceptor. inspect(AtmosphereResource r)ActionHeartbeatInterceptor. inspect(AtmosphereResource r)ActionIdleResourceInterceptor. inspect(AtmosphereResource r)ActionJavaScriptProtocol. inspect(AtmosphereResource ar)ActionJSONPAtmosphereInterceptor. inspect(AtmosphereResource r)ActionNginxInterceptor. inspect(AtmosphereResource r)ActionOnDisconnectInterceptor. inspect(AtmosphereResource r)ActionPaddingAtmosphereInterceptor. inspect(AtmosphereResource r)ActionSessionCreationInterceptor. inspect(AtmosphereResource r)ActionShiroInterceptor. inspect(AtmosphereResource r)ActionSimpleRestInterceptor. inspect(AtmosphereResource r)ActionSSEAtmosphereInterceptor. inspect(AtmosphereResource r)ActionSuspendTrackerInterceptor. inspect(AtmosphereResource r)ActionTrackMessageSizeB64Interceptor. inspect(AtmosphereResource r)ActionWebSocketMessageSuspendInterceptor. inspect(AtmosphereResource r)
-