Class StandardWebSocketSession

java.lang.Object
org.springframework.web.socket.adapter.AbstractWebSocketSession<Session>
org.springframework.web.socket.adapter.standard.StandardWebSocketSession
All Implemented Interfaces:
Closeable, AutoCloseable, NativeWebSocketSession, WebSocketSession

public class StandardWebSocketSession extends AbstractWebSocketSession<Session>
A WebSocketSession for use with the standard WebSocket for Java API.
Since:
4.0
Author:
Rossen Stoyanchev