Class Action

java.lang.Object
org.atmosphere.cpr.Action

public final class Action extends Object
An Action is used by AtmosphereInterceptor, AsyncSupport and AtmosphereFramework to determine what to do with a request, e.g suspend it, resume it, etc.
Author:
Jeanfrancois Arcand
  • Field Details

    • CANCELLED

      public static final Action CANCELLED
    • CONTINUE

      public static final Action CONTINUE
    • CREATED

      public static final Action CREATED
    • RESUME

      public static final Action RESUME
    • SUSPEND

      public static final Action SUSPEND
    • DESTROYED

      public static final Action DESTROYED
    • SKIP_ATMOSPHEREHANDLER

      public static final Action SKIP_ATMOSPHEREHANDLER
  • Constructor Details

    • Action

      public Action()
    • Action

      public Action(Action.TYPE type)
    • Action

      public Action(Action.TYPE type, boolean immutable)
    • Action

      public Action(Action.TYPE type, long timeout)
  • Method Details