Example usage for org.springframework.web.socket.sockjs.support AbstractSockJsService subclass-usage

List of usage examples for org.springframework.web.socket.sockjs.support AbstractSockJsService subclass-usage

Introduction

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

Usage

From source file org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService.java

/**
 * A basic implementation of {@link org.springframework.web.socket.sockjs.SockJsService}
 * with support for SPI-based transport handling and session management.
 *
 * <p>Based on the {@link TransportHandler} SPI. {@link TransportHandler}s may additionally
 * implement the {@link SockJsSessionFactory} and {@link HandshakeHandler} interfaces.