Module headers

Source
Expand description

Implements the model for headers, as specified in the STOMP Protocol Specification,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§

DecodableValue
HeaderValue
A Header that reveals it’s type and it’s value, and can be displayed