public interface InfoReceiver
Typically XhrTransport
implementations are also implementations
of this contract.
AbstractXhrTransport
Modifier and Type | Method and Description |
---|---|
java.lang.String |
executeInfoRequest(java.net.URI infoUrl,
HttpHeaders headers)
Perform an HTTP request to the SockJS "Info" URL.
|
java.lang.String executeInfoRequest(java.net.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