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 |
ErrorFrame | This frame has required headers . |
MessageFrame | This frame has required headers |
ReceiptFrame | This frame has required headers |
Enums
ServerFrame | The |