Uses of Interface
org.springframework.web.socket.sockjs.client.InfoReceiver
Packages that use InfoReceiver Package Description org.springframework.web.socket.sockjs.client SockJS client implementation ofWebSocketClient.Uses of InfoReceiver in org.springframework.web.socket.sockjs.client
Subinterfaces of InfoReceiver in org.springframework.web.socket.sockjs.client Modifier and Type Interface Description interfaceXhrTransportA SockJSTransportthat uses HTTP requests to simulate a WebSocket interaction.Classes in org.springframework.web.socket.sockjs.client that implement InfoReceiver Modifier and Type Class Description classAbstractXhrTransportAbstract base class for XHR transport implementations to extend.classJettyXhrTransportAn XHR transport based on Jetty'sHttpClient.classRestTemplateXhrTransportAnXhrTransportimplementation that uses aRestTemplate.classUndertowXhrTransportAn XHR transport based on Undertow'sUndertowClient.Methods in org.springframework.web.socket.sockjs.client that return InfoReceiver Modifier and Type Method Description InfoReceiverSockJsClient. getInfoReceiver()Return the configuredInfoReceiver(nevernull).Methods in org.springframework.web.socket.sockjs.client with parameters of type InfoReceiver Modifier and Type Method Description voidSockJsClient. setInfoReceiver(InfoReceiver infoReceiver)Configure theInfoReceiverto use to perform the SockJS "Info" request before the SockJS session starts.