Class Stomp::Message
In: lib/stomp/message.rb
lib/stomp/message.rb
Parent: Object

Message is a container class for frames. Misnamed technically.

Methods

new   new   to_s   to_s  

Attributes

body  [RW]  The message Body.
body  [RW]  The message Body.
command  [RW]  The COMMAND value.
command  [RW]  The COMMAND value.
headers  [RW]  The Headers Hash.
headers  [RW]  The Headers Hash.
original  [RW]  The original input(s).
original  [RW]  The original input(s).

Public Class methods

initialize returns a Message from a raw physical frame.

initialize returns a Message from a raw physical frame.

Public Instance methods

to_s returns a string prepresentation of this Message.

to_s returns a string prepresentation of this Message.

[Validate]