Module stomp_parser::headers [−][src]
Expand description
Implements the model for headers, as specified in the STOMP Protocol Spezification,Version 1.2.
Structs
AcceptVersionValue | |
AckValue | |
ContentLengthValue | |
ContentTypeValue | |
CustomValue | |
DestinationValue | |
HeartBeatIntervalls | A pair of numbers which specify at what intervall the originator of the containing message will supply a heartbeat and expect a heartbeat. |
HeartBeatValue | |
HostValue | |
IdValue | |
LoginValue | |
MessageIdValue | |
MessageValue | |
NameValue | |
PasscodeValue | |
ReceiptIdValue | |
ReceiptValue | |
ServerValue | |
SessionValue | |
StompVersions | |
SubscriptionValue | |
TransactionValue | |
VersionValue |
Enums
AckType | The Ack approach to be used for the subscription |
Header | |
HeaderType | |
StompVersion | Stomp Versions that client and server can negotiate to use |
Traits
HeaderValue | A Header that reveals it’s type and it’s value, and can be displayed |