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 TypeInterfaceDescriptioninterfaceA SockJSTransportthat uses HTTP requests to simulate a WebSocket interaction.Classes in org.springframework.web.socket.sockjs.client that implement TransportModifier and TypeClassDescriptionclassAbstract base class for XHR transport implementations to extend.classAn XHR transport based on Jetty'sHttpClient.classAnXhrTransportimplementation that uses aRestTemplate.classAn XHR transport based on Undertow'sUndertowClient.classA SockJSTransportthat uses aWebSocketClient.Constructor parameters in org.springframework.web.socket.sockjs.client with type arguments of type TransportModifierConstructorDescriptionSockJsClient(List<Transport> transports) Create aSockJsClientwith the given transports.