Uses of Interface
org.springframework.web.socket.sockjs.client.XhrTransport
Packages that use XhrTransport
-
Uses of XhrTransport in org.springframework.web.socket.sockjs.client
Classes in org.springframework.web.socket.sockjs.client that implement XhrTransportModifier 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.Constructors in org.springframework.web.socket.sockjs.client with parameters of type XhrTransportModifierConstructorDescriptionXhrClientSockJsSession(TransportRequest request, WebSocketHandler handler, XhrTransport transport, SettableListenableFuture<WebSocketSession> connectFuture)