Class RestClientXhrTransport

java.lang.Object
org.springframework.web.socket.sockjs.client.AbstractXhrTransport
org.springframework.web.socket.sockjs.client.RestClientXhrTransport
All Implemented Interfaces:
InfoReceiver, Transport, XhrTransport

public class RestClientXhrTransport extends AbstractXhrTransport
An XhrTransport implementation that uses a RestClient.
Since:
7.0.7
Author:
Brian Clozel, Rossen Stoyanchev