Example usage for org.springframework.web.socket.sockjs.transport TransportHandlingSockJsService subclass-usage

List of usage examples for org.springframework.web.socket.sockjs.transport TransportHandlingSockJsService subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.socket.sockjs.transport TransportHandlingSockJsService subclass-usage.

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