| Package | Description | 
|---|---|
| io.vertx.ext.stomp | 
| Modifier and Type | Method and Description | 
|---|---|
Frame.Command | 
Frame.getCommand()  | 
static Frame.Command | 
Frame.Command.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Frame.Command[] | 
Frame.Command.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Frame | 
Frame.setCommand(Frame.Command command)
Sets the frame command. 
 | 
| Constructor and Description | 
|---|
Frame(Frame.Command command,
     Map<String,String> headers,
     Buffer body)
Creates a new instance of  
Frame. | 
Copyright © 2020 Eclipse. All rights reserved.