public interface InfoReceiver
Typically XhrTransport
implementations are also implementations
of this contract.
AbstractXhrTransport
Modifier and Type | Method and Description |
---|---|
String |
executeInfoRequest(URI infoUrl,
HttpHeaders headers)
Perform an HTTP request to the SockJS "Info" URL.
|
String executeInfoRequest(URI infoUrl, @Nullable HttpHeaders headers)
Note that as of 4.2 this method accepts a headers
parameter.
infoUrl
- the URL to obtain SockJS server information fromheaders
- the headers to use for the request