Uses of Interface
org.springframework.web.socket.sockjs.client.InfoReceiver
Packages that use InfoReceiver
-
Uses of InfoReceiver in org.springframework.web.socket.sockjs.client
Subinterfaces of InfoReceiver in org.springframework.web.socket.sockjs.clientModifier and TypeInterfaceDescriptioninterface
A SockJSTransport
that uses HTTP requests to simulate a WebSocket interaction.Classes in org.springframework.web.socket.sockjs.client that implement InfoReceiverModifier 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
.Methods in org.springframework.web.socket.sockjs.client that return InfoReceiverModifier and TypeMethodDescriptionSockJsClient.getInfoReceiver()
Return the configuredInfoReceiver
(nevernull
).Methods in org.springframework.web.socket.sockjs.client with parameters of type InfoReceiverModifier and TypeMethodDescriptionvoid
SockJsClient.setInfoReceiver
(InfoReceiver infoReceiver) Configure theInfoReceiver
to use to perform the SockJS "Info" request before the SockJS session starts.