| Package | Description |
|---|---|
| org.springframework.web.socket.sockjs.client |
SockJS client implementation of
WebSocketClient. |
| 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. |
| Constructor and Description |
|---|
XhrClientSockJsSession(TransportRequest request,
WebSocketHandler handler,
XhrTransport transport,
SettableListenableFuture<WebSocketSession> connectFuture) |