List of usage examples for org.springframework.web.socket.adapter NativeWebSocketSession interface-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
*/