Package | Description |
---|---|
io.vertx.ext.stomp |
Modifier and Type | Method and Description |
---|---|
Command |
Frame.getCommand() |
static Command |
Command.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Command[] |
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(Command command)
Sets the frame command.
|
Constructor and Description |
---|
Frame(Command command,
Map<String,String> headers,
Buffer body)
Creates a new instance of
Frame . |
Copyright © 2021 Eclipse. All rights reserved.