Uses of Interface
org.springframework.web.socket.sockjs.client.Transport
Packages that use Transport
-
Uses of Transport in org.springframework.web.socket.sockjs.client
Subinterfaces of Transport in org.springframework.web.socket.sockjs.clientModifier and TypeInterfaceDescriptioninterface
A SockJSTransport
that uses HTTP requests to simulate a WebSocket interaction.Classes in org.springframework.web.socket.sockjs.client that implement TransportModifier and TypeClassDescriptionclass
Abstract base class for XHR transport implementations to extend.class
An XHR transport based on Jetty'sHttpClient
.class
AnXhrTransport
implementation that uses aRestTemplate
.class
An XHR transport based on Undertow'sUndertowClient
.class
A SockJSTransport
that uses aWebSocketClient
.Constructor parameters in org.springframework.web.socket.sockjs.client with type arguments of type TransportModifierConstructorDescriptionSockJsClient
(List<Transport> transports) Create aSockJsClient
with the given transports.