Uses of Interface
org.springframework.web.client.RestOperations
Packages that use RestOperations Package Description org.springframework.web.client Core package of the client-side web support.org.springframework.web.socket.sockjs.client SockJS client implementation ofWebSocketClient.Uses of RestOperations in org.springframework.web.client
Classes in org.springframework.web.client that implement RestOperations Modifier and Type Class Description classRestTemplateSynchronous client to perform HTTP requests, exposing a simple, template method API over underlying HTTP client libraries such as the JDKHttpURLConnection, Apache HttpComponents, and others.Methods in org.springframework.web.client that return RestOperations Modifier and Type Method Description RestOperationsAsyncRestOperations. getRestOperations()Deprecated.Expose the synchronous Spring RestTemplate to allow synchronous invocation.RestOperationsAsyncRestTemplate. getRestOperations()Deprecated.Uses of RestOperations in org.springframework.web.socket.sockjs.client
Methods in org.springframework.web.socket.sockjs.client that return RestOperations Modifier and Type Method Description RestOperationsRestTemplateXhrTransport. getRestTemplate()Return the configuredRestTemplate.Constructors in org.springframework.web.socket.sockjs.client with parameters of type RestOperations Constructor Description RestTemplateXhrTransport(RestOperations restTemplate)