Uses of Class
org.atmosphere.cpr.Action
Packages that use Action
Package
Description
-
Uses of Action in org.atmosphere.client
Methods in org.atmosphere.client that return Action -
Uses of Action in org.atmosphere.config.managed
Methods in org.atmosphere.config.managed that return Action -
Uses of Action in org.atmosphere.container
Methods in org.atmosphere.container that return ActionModifier and TypeMethodDescriptionBlockingIOCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) GlassFishv2CometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) Grizzly2CometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) GrizzlyCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) JBossWebCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) JettyCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) Servlet30CometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) Tomcat7CometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) TomcatCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) JBossAsyncSupportWithWebSocket.doService(AtmosphereRequest req, AtmosphereResponse res) static ActionJettyWebSocketUtil.doService(AsynchronousProcessor cometSupport, AtmosphereRequest req, AtmosphereResponse res, org.eclipse.jetty.websocket.WebSocketFactory webSocketFactory) Tomcat7AsyncSupportWithWebSocket.doService(AtmosphereRequest req, AtmosphereResponse res) Tomcat7BIOSupportWithWebSocket.doService(AtmosphereRequest req, AtmosphereResponse res) Tomcat7Servlet30SupportWithWebSocket.doService(AtmosphereRequest req, AtmosphereResponse res) TomcatWebSocketUtil.Delegate.doService(AtmosphereRequest req, AtmosphereResponse res) static ActionTomcatWebSocketUtil.doService(AtmosphereRequest req, AtmosphereResponse res, TomcatWebSocketUtil.Delegate delegate, AtmosphereConfig config, WebSocketProcessor webSocketProcessor) BlockingIOCometSupport.service(AtmosphereRequest req, AtmosphereResponse res) GlassFishServ30WebSocketSupport.service(AtmosphereRequest req, AtmosphereResponse res) GlassFishServlet30WebSocketSupport.service(AtmosphereRequest request, AtmosphereResponse response) GlassFishv2CometSupport.service(AtmosphereRequest req, AtmosphereResponse res) GlassFishWebSocketSupport.service(AtmosphereRequest request, AtmosphereResponse response) Grizzly2CometSupport.service(AtmosphereRequest req, AtmosphereResponse res) Grizzly2WebSocketSupport.service(AtmosphereRequest req, AtmosphereResponse res) GrizzlyCometSupport.service(AtmosphereRequest req, AtmosphereResponse res) GrizzlyServlet30WebSocketSupport.service(AtmosphereRequest request, AtmosphereResponse response) JBossAsyncSupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res) JBossWebCometSupport.service(AtmosphereRequest req, AtmosphereResponse res) Invoked by the Tomcat AIO when a Comet request gets detected.Jetty7CometSupport.service(AtmosphereRequest req, AtmosphereResponse res) JettyAsyncSupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res) JettyCometSupport.service(AtmosphereRequest req, AtmosphereResponse response) JettyServlet30AsyncSupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res) NettyCometSupport.service(AtmosphereRequest req, AtmosphereResponse res) Servlet30CometSupport.service(AtmosphereRequest request, AtmosphereResponse response) Tomcat7AsyncSupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res) Tomcat7BIOSupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res) Tomcat7CometSupport.service(AtmosphereRequest req, AtmosphereResponse res) Invoked by the Tomcat AIO when a Comet request gets detected.Tomcat7Servlet30SupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res) TomcatCometSupport.service(AtmosphereRequest req, AtmosphereResponse res) Invoked by the Tomcat AIO when a Comet request gets detected.TomcatWebSocketUtil.Delegate.suspended(AtmosphereRequest request, AtmosphereResponse response) Methods in org.atmosphere.container with parameters of type ActionModifier and TypeMethodDescriptionprotected 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 ActionModifier and TypeFieldDescriptionstatic final ActionAction.CANCELLEDprotected static final ActionAsynchronousProcessor.cancelledActionstatic final ActionAction.CONTINUEstatic final ActionAction.CREATEDstatic final ActionAction.DESTROYEDstatic final ActionAction.RESUMEstatic final ActionAction.SKIP_ATMOSPHEREHANDLERstatic final ActionAction.SUSPENDprotected static final ActionAsynchronousProcessor.timedoutActionMethods in org.atmosphere.cpr that return ActionModifier and TypeMethodDescriptionAtmosphereResourceImpl.action()Return theActionwhich represent the state of the response, e.g.AsynchronousProcessor.cancelled(AtmosphereRequest req, AtmosphereResponse res) All proprietary Comet basedServletmust invoke the cancelled method when the underlying WebServer detect that the client closed the connection.AtmosphereFramework.doCometSupport(AtmosphereRequest req, AtmosphereResponse res) Invoke the proprietaryAsyncSupport.AtmosphereInterceptor.inspect(AtmosphereResource r) Invoked before anAtmosphereResourcegets dispatched toAtmosphereHandler.AtmosphereInterceptorAdapter.inspect(AtmosphereResource r) AsynchronousProcessor.invokeInterceptors(List<AtmosphereInterceptor> c, AtmosphereResource r, int tracing) AsynchronousProcessor.resumed(AtmosphereRequest request, AtmosphereResponse response) All proprietary Comet basedServletmust invoke the resume method when the Atmosphere's application decide to resume theAtmosphereResponse.AsyncSupport.service(AtmosphereRequest req, AtmosphereResponse res) AsynchronousProcessor.suspended(AtmosphereRequest request, AtmosphereResponse response) All proprietary Comet basedServletmust invoke the suspended method when the first request comes in.AsynchronousProcessor.timedout(AtmosphereRequest req, AtmosphereResponse res) All proprietary Comet basedServletmust invoke the timedout method when the underlying WebServer time out theAtmosphereResponse.Action.timeout(long timeout) Action.type(Action.TYPE type) -
Uses of Action in org.atmosphere.interceptor
Methods in org.atmosphere.interceptor that return ActionModifier and TypeMethodDescriptionAndroidAtmosphereInterceptor.inspect(AtmosphereResource r) AtmosphereResourceLifecycleInterceptor.inspect(AtmosphereResource r) Automatically suspend theAtmosphereResourcebased onAtmosphereResource.TRANSPORTvalue.AtmosphereResourceStateRecovery.inspect(AtmosphereResource r) BroadcastOnPostAtmosphereInterceptor.inspect(AtmosphereResource r) CacheHeadersInterceptor.inspect(AtmosphereResource r) CorsInterceptor.inspect(AtmosphereResource r) HeartbeatInterceptor.inspect(AtmosphereResource r) IdleResourceInterceptor.inspect(AtmosphereResource r) JavaScriptProtocol.inspect(AtmosphereResource ar) JSONPAtmosphereInterceptor.inspect(AtmosphereResource r) NginxInterceptor.inspect(AtmosphereResource r) OnDisconnectInterceptor.inspect(AtmosphereResource r) PaddingAtmosphereInterceptor.inspect(AtmosphereResource r) SessionCreationInterceptor.inspect(AtmosphereResource r) ShiroInterceptor.inspect(AtmosphereResource r) SimpleRestInterceptor.inspect(AtmosphereResource r) SSEAtmosphereInterceptor.inspect(AtmosphereResource r) SuspendTrackerInterceptor.inspect(AtmosphereResource r) TrackMessageSizeB64Interceptor.inspect(AtmosphereResource r) WebSocketMessageSuspendInterceptor.inspect(AtmosphereResource r)