Class Stomp::HeaderCodec
In: lib/stomp/codec.rb
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   decode   encode   encode  

Public Class methods

decode decodes header data per the STOMP 1.1 specification.

decode decodes header data per the STOMP 1.1 specification.

encode encodes header data per the STOMP 1.1 specification.

encode encodes header data per the STOMP 1.1 specification.

[Validate]