Example usage for org.springframework.web.reactive.socket WebSocketSession interface-usage

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

Introduction

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

Usage

From source file org.springframework.web.reactive.socket.adapter.WebSocketSessionSupport.java

/**
 * Base class for {@link WebSocketSession} implementations wrapping and
 * delegating to the native WebSocket session (or connection) of the underlying
 * WebSocket runtime.
 *
 * @author Rossen Stoyanchev

From source file org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession.java

/**
 * Convenient base class for {@link WebSocketSession} implementations that
 * holds common fields and exposes accessors. Also implements the
 * {@code WebSocketMessage} factory methods.
 *
 * @author Rossen Stoyanchev