[][src]Module romp::parser

STOMP protocol push parser, parses command and headers, not the body.

Structs

StompParser

A push parser, externally a buffer is being filled with the STOMP message and headers as it arrive we process the data as it comes off the stream and save state between chunks of data arriving.

Enums

ParserState

State of the Struct