List of usage examples for org.springframework.web.socket.sockjs.transport TransportHandlingSockJsService subclass-usage
From source file org.springframework.web.socket.sockjs.transport.handler.DefaultSockJsService.java
/**
* A default implementation of {@link org.springframework.web.socket.sockjs.SockJsService}
* with all default {@link TransportHandler} implementations pre-registered.
*
* @author Rossen Stoyanchev
* @author Juergen Hoeller