Package | Description |
---|---|
org.springframework.web.socket.sockjs.client |
SockJS client implementation of
WebSocketClient . |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketClientSockJsSession
An extension of
AbstractClientSockJsSession wrapping and delegating
to an actual WebSocket session. |
class |
XhrClientSockJsSession
An extension of
AbstractClientSockJsSession for use with HTTP
transports simulating a WebSocket session. |