Class WebSocketServerSockJsSession

java.lang.Object
org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
All Implemented Interfaces:
Closeable, AutoCloseable, NativeWebSocketSession, SockJsSession, WebSocketSession

public class WebSocketServerSockJsSession extends AbstractSockJsSession implements NativeWebSocketSession
A SockJS session for use with the WebSocket transport.
Since:
4.0
Author:
Rossen Stoyanchev, Juergen Hoeller