public interface SockJsFrameFormat
Formatting may vary from simply appending a new line character for XHR polling and streaming transports, to a jsonp-style callback function, surrounding script tags, and more.
For the various SockJS frame formats in use, see implementations of
AbstractHttpSendingTransportHandler.getFrameFormat
Modifier and Type | Method and Description |
---|---|
String |
format(SockJsFrame frame) |
String format(SockJsFrame frame)