Class webSocketClientSockJsSession

java.lang.Object
org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
org.springframework.web.socket.sockjs.client.webSocketClientSockJsSession
All Implemented Interfaces:
Closeable, AutoCloseable, NativewebSocketSession, webSocketSession

public class webSocketClientSockJsSession extends AbstractClientSockJsSession implements NativewebSocketSession
An extension of AbstractClientSockJsSession wrapping and delegating to an actual webSocket session.
Since:
4.1
Author:
Rossen Stoyanchev