Uses of Interface
org.springframework.web.socket.sockjs.client.InfoReceiver
-
Uses of InfoReceiver in org.springframework.web.socket.sockjs.client
Modifier and TypeInterfaceDescriptioninterface
A SockJSTransport
that uses HTTP requests to simulate a WebSocket interaction.Modifier and TypeClassDescriptionclass
Abstract base class for XHR transport implementations to extend.class
An XHR transport based on Jetty'sHttpClient
.class
AnXhrTransport
implementation that uses aRestTemplate
.class
An XHR transport based on Undertow'sUndertowClient
.Modifier and TypeMethodDescriptionSockJsClient.getInfoReceiver()
Return the configuredInfoReceiver
(nevernull
).Modifier and TypeMethodDescriptionvoid
SockJsClient.setInfoReceiver
(InfoReceiver infoReceiver) Configure theInfoReceiver
to use to perform the SockJS "Info" request before the SockJS session starts.