Uses of Interface
org.springframework.web.socket.sockjs.client.InfoReceiver
Packages that use InfoReceiver
- 
Uses of InfoReceiver in org.springframework.web.socket.sockjs.clientSubinterfaces of InfoReceiver in org.springframework.web.socket.sockjs.clientModifier and TypeInterfaceDescriptioninterfaceA SockJSTransportthat uses HTTP requests to simulate a WebSocket interaction.Classes in org.springframework.web.socket.sockjs.client that implement InfoReceiverModifier and TypeClassDescriptionclassAbstract base class for XHR transport implementations to extend.classAn XHR transport based on Jetty'sHttpClient.classAnXhrTransportimplementation that uses aRestTemplate.classAn 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 TypeMethodDescriptionvoidSockJsClient.setInfoReceiver(InfoReceiver infoReceiver) Configure theInfoReceiverto use to perform the SockJS "Info" request before the SockJS session starts.