StompCommand

Represents a STOMP command.

@author Rossen Stoyanchev @author Juergen Hoeller @since 4.0

Constructors

this
this(string name, SimpMessageType messageType)
Undocumented in source.
this
this(string name, SimpMessageType messageType, bool destination, bool subscriptionId, bool hasBody)
Undocumented in source.

Members

Functions

getMessageType
SimpMessageType getMessageType()
Undocumented in source. Be warned that the author may not have intended to support it.
isBodyAllowed
bool isBodyAllowed()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
requiresContentLength
bool requiresContentLength()
Undocumented in source. Be warned that the author may not have intended to support it.
requiresDestination
bool requiresDestination()
Undocumented in source. Be warned that the author may not have intended to support it.
requiresSubscriptionId
bool requiresSubscriptionId()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin GetConstantValues!(StompCommand)
Undocumented in source.

Static functions

valueOf
StompCommand valueOf(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ABORT
enum StompCommand ABORT;
Undocumented in source.
ACK
enum StompCommand ACK;
Undocumented in source.
BEGIN
enum StompCommand BEGIN;
Undocumented in source.
COMMIT
enum StompCommand COMMIT;
Undocumented in source.
CONNECT
enum StompCommand CONNECT;
Undocumented in source.
CONNECTED
enum StompCommand CONNECTED;
Undocumented in source.
DISCONNECT
enum StompCommand DISCONNECT;
Undocumented in source.
ERROR
enum StompCommand ERROR;
Undocumented in source.
MESSAGE
enum StompCommand MESSAGE;
Undocumented in source.
NACK
enum StompCommand NACK;
Undocumented in source.
Null
enum StompCommand Null;
Undocumented in source.
RECEIPT
enum StompCommand RECEIPT;
Undocumented in source.
SEND
enum StompCommand SEND;
Undocumented in source.
STOMP
enum StompCommand STOMP;
Undocumented in source.
SUBSCRIBE
enum StompCommand SUBSCRIBE;
Undocumented in source.
UNSUBSCRIBE
enum StompCommand UNSUBSCRIBE;
Undocumented in source.

Meta