public class DefaultSockJsFrameFormat extends Object implements SockJsFrameFormat
| Constructor and Description |
|---|
DefaultSockJsFrameFormat(String format) |
| Modifier and Type | Method and Description |
|---|---|
SockJsFrame |
format(SockJsFrame frame) |
protected String |
preProcessContent(String content) |
public DefaultSockJsFrameFormat(String format)
public SockJsFrame format(SockJsFrame frame)
format in interface SockJsFrameFormatframe - the SockJs frame.