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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionformat(SockJsFrame frame) protected StringpreProcessContent(String content) 
- 
Constructor Details- 
DefaultSockJsFrameFormat
 
- 
- 
Method Details- 
format- Specified by:
- formatin interface- SockJsFrameFormat
 
- 
preProcessContent
 
-