oa_gateway_stomp

Module codec

Source
Expand description

STOMP 1.2 frames. Text commands and headers; opaque body bytes.

A frame is COMMAND\nheaders\n\nbody\0. Headers may be LF or CRLF. Leading \n, \r, and NUL are heartbeats and are discarded.

Structsยง

  • One STOMP frame (command + headers + body).

Enumsยง

  • Why a frame could not be decoded, or why a write failed.

Constantsยง

Functionsยง