Class Stomp::HeaderCodec
In: lib/stomp/codec.rb
Parent: Object

Purpose

A general CODEC for STOMP 1.1 header keys and values.

See:

for encode/decode rules.

Methods

decode   encode  

Public Class methods

decode decodes header data per the STOMP 1.1 specification.

encode encodes header data per the STOMP 1.1 specification.

[Validate]