Class XhrClientSockJsSession

java.lang.Object
org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
All Implemented Interfaces:
Closeable, AutoCloseable, WebSocketSession

public class XhrClientSockJsSession extends AbstractClientSockJsSession
An extension of AbstractClientSockJsSession for use with HTTP transports simulating a WebSocket session.
Since:
4.1
Author:
Rossen Stoyanchev