Example usage for org.springframework.web.socket.sockjs SockJsService interface-usage

List of usage examples for org.springframework.web.socket.sockjs SockJsService interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.socket.sockjs SockJsService interface-usage.

Usage

From source file org.springframework.web.socket.sockjs.AbstractSockJsService.java

/**
 * An abstract class for {@link SockJsService} implementations. Provides configuration
 * support, SockJS path resolution, and processing for static SockJS requests (e.g.
 * "/info", "/iframe.html", etc). Sub-classes are responsible for handling transport
 * requests.
 * <p>

From source file org.springframework.web.socket.sockjs.support.AbstractSockJsService.java

/**
 * An abstract base class for {@link SockJsService} implementations that provides SockJS
 * path resolution and handling of static SockJS requests (e.g. "/info", "/iframe.html",
 * etc). Sub-classes must handle session URLs (i.e. transport-specific requests).
 *
 * By default, only same origin requests are allowed. Use {@link #setAllowedOrigins}