Module
EventMachine::Protocols::Stomp
In:
lib/protocols/stomp.rb
Implements
Stomp
(
docs.codehaus.org/display/STOMP/Protocol
).
Methods
connect
init_message_reader
receive_binary_data
receive_line
send
send_frame
subscribe
Included Modules
LineText2
Classes and Modules
Class
EventMachine::Protocols::Stomp::Message
Public Instance methods
connect
(parms={})
STOMP verbs
init_message_reader
()
receive_binary_data
(data)
receive_line
(line)
send
(destination, body, parms={})
send_frame
(verb, headers={})
subscribe
(dest, ack=false)
[Validate]