Module stomp_parser::server[][src]

Expand description

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

Structs

ConnectedFrame

This frame has required headers version and optional headers heartbeat,session,server.

ErrorFrame

This frame has required headers .

MessageFrame

This frame has required headers message_id,destination,subscription and optional headers content_type,content_length.

ReceiptFrame

This frame has required headers receipt_id.

Enums

ServerFrame

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