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.client
Classes in org.springframework.web.client that implement RestOperationsModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of RestOperations in org.springframework.web.socket.sockjs.client
Methods in org.springframework.web.socket.sockjs.client that return RestOperationsModifier and TypeMethodDescriptionRestTemplateXhrTransport.getRestTemplate()Deprecated, for removal: This API element is subject to removal in a future version.Return the configuredRestTemplate.Constructors in org.springframework.web.socket.sockjs.client with parameters of type RestOperationsModifierConstructorDescriptionRestTemplateXhrTransport(RestOperations restTemplate) Deprecated, for removal: This API element is subject to removal in a future version.
RestClient.