Example usage for org.springframework.web.reactive.socket.server WebSocketService interface-usage

List of usage examples for org.springframework.web.reactive.socket.server WebSocketService interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.reactive.socket.server WebSocketService interface-usage.

Usage

From source file org.springframework.web.reactive.socket.server.support.HandshakeWebSocketService.java

/**
 * {@code WebSocketService} implementation that handles a WebSocket HTTP
 * handshake request by delegating to a {@link RequestUpgradeStrategy} which
 * is either auto-detected (no-arg constructor) from the classpath but can
 * also be explicitly configured.
 *