Uses of Class
org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
Packages that use AbstractClientSockJsSession Package Description org.springframework.web.socket.sockjs.client SockJS client implementation ofWebSocketClient.Uses of AbstractClientSockJsSession in org.springframework.web.socket.sockjs.client
Subclasses of AbstractClientSockJsSession in org.springframework.web.socket.sockjs.client Modifier and Type Class Description classWebSocketClientSockJsSessionAn extension ofAbstractClientSockJsSessionwrapping and delegating to an actual WebSocket session.classXhrClientSockJsSessionAn extension ofAbstractClientSockJsSessionfor use with HTTP transports simulating a WebSocket session.