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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionformat(SockJsFrame frame) protected StringpreProcessContent(String content)  
- 
Constructor Details
- 
DefaultSockJsFrameFormat
 
 - 
 - 
Method Details
- 
format
- Specified by:
 formatin interfaceSockJsFrameFormat
 - 
preProcessContent
 
 -