Example usage for org.springframework.web.socket.adapter NativeWebSocketSession interface-usage

List of usage examples for org.springframework.web.socket.adapter NativeWebSocketSession interface-usage

Introduction

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

Usage

From source file org.springframework.web.socket.adapter.AbstractWebSocketSesssion.java

/**
 * An abstract base class for implementations of {@link WebSocketSession}.
 *
 * @param T the type of the native (or delegate) WebSocket session
 *
 * @author Rossen Stoyanchev

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

/**
 * An abstract base class for implementations of {@link WebSocketSession}.
 *
 * @author Rossen Stoyanchev
 * @since 4.0
 */