Package | Description |
---|---|
org.springframework.web.socket.sockjs.client |
SockJS client implementation of
WebSocketClient . |
Class and Description |
---|
AbstractClientSockJsSession
Base class for SockJS client implementations of
WebSocketSession . |
AbstractXhrTransport
Abstract base class for XHR transport implementations to extend.
|
InfoReceiver
A component that can execute the SockJS "Info" request that needs to be
performed before the SockJS session starts in order to check server endpoint
capabilities such as whether the endpoint permits use of WebSocket.
|
SockJsUrlInfo |
Transport
A client-side implementation for a SockJS transport.
|
TransportRequest |
XhrClientSockJsSession
An extension of
AbstractClientSockJsSession for use with HTTP
transports simulating a WebSocket session. |
XhrTransport
A SockJS
Transport that uses HTTP requests to simulate a WebSocket
interaction. |