Module server

Source
Expand description

Implements the model for the frames that a STOMP server can send, as specified in the STOMP Protocol Specification,Version 1.2.

Structs§

ConnectedFrame
This frame has required headers version and optional headers heartbeat,session,server.
ConnectedFrameBuilder
This frame has required headers version and optional headers heartbeat,session,server.
ErrorFrame
This frame has required headers and optional headers message.
ErrorFrameBuilder
This frame has required headers and optional headers message.
MessageFrame
This frame has required headers message_id,destination,subscription and optional headers content_type,content_length.
MessageFrameBuilder
This frame has required headers message_id,destination,subscription and optional headers content_type,content_length.
ReceiptFrame
This frame has required headers receipt_id.
ReceiptFrameBuilder
This frame has required headers receipt_id.

Enums§

ServerFrame
The ServerFrame enum contains a variant for each frame that the server can send.