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