Uses of Class
io.vertx.ext.stomp.Command
-
Packages that use Command Package Description io.vertx.ext.stomp -
-
Uses of Command in io.vertx.ext.stomp
Methods in io.vertx.ext.stomp that return Command Modifier and Type Method 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.Methods in io.vertx.ext.stomp with parameters of type Command Modifier and Type Method Description Frame
Frame. setCommand(Command command)
Sets the frame command.Constructors in io.vertx.ext.stomp with parameters of type Command Constructor Description Frame(Command command, Map<String,String> headers, Buffer body)
Creates a new instance ofFrame
.
-