Package org.atmosphere.cpr
Class Action
java.lang.Object
org.atmosphere.cpr.Action
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
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAction()Action(Action.TYPE type) Action(Action.TYPE type, boolean immutable) Action(Action.TYPE type, long timeout) -
Method Summary
-
Field Details
-
CANCELLED
-
CONTINUE
-
CREATED
-
RESUME
-
SUSPEND
-
DESTROYED
-
SKIP_ATMOSPHEREHANDLER
-
-
Constructor Details
-
Action
public Action() -
Action
-
Action
-
Action
-
-
Method Details