StompCommands class

STOMP frame commands

Constructors

StompCommands.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

isClientCommand(String command) bool
Returns true if the command is a client command
isServerCommand(String command) bool
Returns true if the command is a server command

Constants

abort → const String
ack → const String
begin → const String
commit → const String
connect → const String
connected → const String
disconnect → const String
error → const String
message → const String
nack → const String
receipt → const String
send → const String
stomp → const String
subscribe → const String
unsubscribe → const String