File: stomp-node.coffee
| Defined in: | src |
Method Summary
- ~ (void) overTCP(host, port) This method can be used by node.js app to connect to a STOMP broker over a TCP socket
- ~ (void) overWS(url) Deprecated Deprecated.
Method Details
~
(void)
overTCP(host, port)
This method can be used by node.js app to connect to a STOMP broker over a TCP socket
~
(void)
overWS(url)
Deprecated.
This method can be used by node.js app to connect to a STOMP broker over a Web socket. This accepts same format as Stomp~client.
This method is superseded by Stomp~client.