Class
StompServer::Protocols::Stomp
In:
lib/stomp_server/protocols/stomp.rb
Parent:
EventMachine::Connection
Methods
abort
ack
begin
commit
connect
connected?
disconnect
handle_transaction
new
post_init
process_frame
process_frames
receive_data
send_error
send_frame
send_message
send_receipt
sendmsg
stomp_receive_data
stomp_receive_frame
stomp_send_data
subscribe
unbind
unsubscribe
Public Class methods
new
(*args)
Public Instance methods
abort
(frame, trans=nil)
ack
(frame)
begin
(frame, trans=nil)
commit
(frame, trans=nil)
connect
(frame)
connected?
()
disconnect
(frame)
handle_transaction
(frame, trans, cmd)
post_init
()
process_frame
(frame)
process_frames
()
receive_data
(data)
send_error
(msg)
send_frame
(command, headers={}, body='')
send_message
(msg)
send_receipt
(id)
sendmsg
(frame)
stomp_receive_data
(data)
stomp_receive_frame
(frame)
stomp_send_data
(frame)
subscribe
(frame)
unbind
()
unsubscribe
(frame)
[Validate]