Class: Frame
| Defined in: | src/stomp.coffee | 
Overview
Frame class represents a STOMP frame
Constructor Details
      #
(void)
constructor(command, headers = {}, body = '', escapeHeaderValues = false)
      
    
Frame constructor. command, headers and body are available as properties.
Many of the Client methods pass instance of received Frame to the callback.