Class DefaultSockJsFrameFormat
java.lang.Object
org.springframework.web.socket.sockjs.frame.DefaultSockJsFrameFormat
- All Implemented Interfaces:
SockJsFrameFormat
A default implementation of
SockJsFrameFormat
that relies
on String.format(String, Object...)
..- Since:
- 4.0
- Author:
- Rossen Stoyanchev
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionformat
(SockJsFrame frame) protected String
preProcessContent
(String content)
-
Constructor Details
-
DefaultSockJsFrameFormat
-
-
Method Details
-
format
- Specified by:
format
in interfaceSockJsFrameFormat
-
preProcessContent
-