| Package | Description |
|---|---|
| org.atmosphere.cpr |
| Modifier and Type | Method and Description |
|---|---|
Action.TYPE |
Action.type() |
static Action.TYPE |
Action.TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action.TYPE[] |
Action.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AtmosphereFramework |
AtmosphereFramework.notify(Action.TYPE type,
AtmosphereRequest request,
AtmosphereResponse response) |
Action |
Action.type(Action.TYPE type) |
| Constructor and Description |
|---|
Action(Action.TYPE type) |
Action(Action.TYPE type,
boolean immutable) |
Action(Action.TYPE type,
long timeout) |
Copyright © 2016. All rights reserved.