Package org.springframework.web.socket.sockjs.client
@NonNullApi
@NonNullFields
package org.springframework.web.socket.sockjs.client
SockJS client implementation of
WebSocketClient
.-
ClassDescriptionBase class for SockJS client implementations of
WebSocketSession
.Abstract base class for XHR transport implementations to extend.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.An XHR transport based on Jetty'sHttpClient
.AnXhrTransport
implementation that uses aRestTemplate
.A SockJS implementation ofWebSocketClient
with fallback alternatives that simulate a WebSocket interaction through plain HTTP streaming and long polling techniques.A client-side implementation for a SockJS transport.An XHR transport based on Undertow'sUndertowClient
.An extension ofAbstractClientSockJsSession
wrapping and delegating to an actual WebSocket session.A SockJSTransport
that uses aWebSocketClient
.An extension ofAbstractClientSockJsSession
for use with HTTP transports simulating a WebSocket session.A SockJSTransport
that uses HTTP requests to simulate a WebSocket interaction.