Class DefaultSockJsFrameFormat

java.lang.Object
org.springframework.web.socket.sockjs.frame.DefaultSockJsFrameFormat
All Implemented Interfaces:
SockJsFrameFormat

public class DefaultSockJsFrameFormat extends Object implements SockJsFrameFormat
A default implementation of SockJsFrameFormat that relies on String.format(String, Object...)..
Since:
4.0
Author:
Rossen Stoyanchev