| Package | Description |
|---|---|
| org.springframework.web.socket.sockjs.client |
SockJS client implementation of
WebSocketClient. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XhrTransport
A SockJS
Transport that uses HTTP requests to simulate a WebSocket
interaction. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXhrTransport
Abstract base class for XHR transport implementations to extend.
|
class |
JettyXhrTransport
An XHR transport based on Jetty's
HttpClient. |
class |
RestTemplateXhrTransport
An
XhrTransport implementation that uses a
RestTemplate. |
class |
UndertowXhrTransport
An XHR transport based on Undertow's
UndertowClient. |
class |
WebSocketTransport
A SockJS
Transport that uses a
WebSocketClient. |
| Constructor and Description |
|---|
SockJsClient(List<Transport> transports)
Create a
SockJsClient with the given transports. |