Uses of Interface
org.springframework.web.client.RestOperations
Packages that use RestOperations
Package
Description
Core package of the client-side web support.
SockJS client implementation of
 
WebSocketClient.- 
Uses of RestOperations in org.springframework.web.clientClasses in org.springframework.web.client that implement RestOperationsModifier and TypeClassDescriptionclassSynchronous client to perform HTTP requests, exposing a simple, template method API over underlying HTTP client libraries such as the JDKHttpURLConnection, Apache HttpComponents, and others.
- 
Uses of RestOperations in org.springframework.web.socket.sockjs.clientMethods in org.springframework.web.socket.sockjs.client that return RestOperationsModifier and TypeMethodDescriptionRestTemplateXhrTransport.getRestTemplate()Return the configuredRestTemplate.Constructors in org.springframework.web.socket.sockjs.client with parameters of type RestOperations