| Package | Description |
|---|---|
| org.atmosphere.stomp.protocol |
| Modifier and Type | Method and Description |
|---|---|
Action |
Frame.getAction()
Gets the action.
|
static Action |
Action.parse(String str)
Gets an
Action from its String representation. |
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Frame(Action action,
Map<String,String> headers,
String body)
Builds a new instance.
|
Copyright © 2014. All Rights Reserved.