Uses of Interface
org.springframework.web.client.RestOperations
Package
Description
Core package of the client-side web support.
SockJS client implementation of
WebSocketClient
.-
Uses of RestOperations in org.springframework.web.client
Modifier and TypeClassDescriptionclass
Synchronous 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.client
Modifier and TypeMethodDescriptionRestTemplateXhrTransport.getRestTemplate()
Return the configuredRestTemplate
.