Class EventMachine::Protocols::Stomp::Message
In: lib/em/protocols/stomp.rb
Parent: Object

Methods

consume_line   new  

External Aliases

header -> headers

Attributes

body  [RW]  Body of the message
command  [RW]  The command associated with the message, usually ‘CONNECTED’ or ‘MESSAGE‘
header  [RW]  Hash containing headers such as destination and message-id

Public Class methods

@private

Public Instance methods

[Validate]