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.classDeprecated, for removal: This API element is subject to removal in a future version.as of 6.2.18 with no replacementclassA 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.