Index

A B C D E F G H I M O R S U 
All Classes and Interfaces|All Packages

A

additionalCustomizers(Collection) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Add RestTemplateCustomizers that should be applied to the RestTemplate.
additionalCustomizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Add RestTemplateCustomizers that should be applied to the RestTemplate.
additionalInterceptors(Collection) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Add additional ClientHttpRequestInterceptors that should be used with the RestTemplate.
additionalInterceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Add additional ClientHttpRequestInterceptors that should be used with the RestTemplate.
additionalMessageConverters(Collection) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Add additional HttpMessageConverters that should be used with the RestTemplate.
additionalMessageConverters(HttpMessageConverter...) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Add additional HttpMessageConverters that should be used with the RestTemplate.
additionalRequestCustomizers(Collection) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Add the RestTemplateRequestCustomizers that should be applied to the ClientHttpRequest.
additionalRequestCustomizers(RestTemplateRequestCustomizer...) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Add the RestTemplateRequestCustomizers that should be applied to the ClientHttpRequest.

B

basicAuthentication(String, String) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Add HTTP Basic Authentication to requests with the given username/password pair, unless a custom Authorization header has been set before.
basicAuthentication(String, String, Charset) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Add HTTP Basic Authentication to requests with the given username/password pair, unless a custom Authorization header has been set before.
build() - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Build a new RestTemplate instance and configure it using this builder.
build(Class) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Build a new RestTemplate instance of the specified type and configure it using this builder.
builder() - Method in class org.springframework.boot.restclient.RootUriBuilderFactory
 
buildRequestFactory() - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Build a new ClientHttpRequestFactory instance using the settings of this builder.

C

clientSettings(UnaryOperator) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Update the HttpClientSettings using the given customizer.
clientSettings(HttpClientSettings) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Sets the HttpClientSettings.
configure(RestTemplateBuilder) - Method in class org.springframework.boot.restclient.autoconfigure.RestTemplateBuilderConfigurer
Configure the specified RestTemplateBuilder.
configure(RestClient.Builder) - Method in class org.springframework.boot.restclient.autoconfigure.RestClientBuilderConfigurer
Configure the specified RestClient.Builder.
configure(T) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Configure the provided RestTemplate instance using this builder.
connectTimeout(Duration) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Sets the connection timeout on the underlying ClientHttpRequestFactory.
customize(RestClient.Builder) - Method in class org.springframework.boot.restclient.autoconfigure.HttpMessageConvertersRestClientCustomizer
 
customize(RestClient.Builder) - Method in class org.springframework.boot.restclient.observation.ObservationRestClientCustomizer
 
customize(RestClient.Builder) - Method in interface org.springframework.boot.restclient.RestClientCustomizer
Callback to customize a RestClient.Builder instance.
customize(RestTemplate) - Method in class org.springframework.boot.restclient.observation.ObservationRestTemplateCustomizer
 
customize(RestTemplate) - Method in interface org.springframework.boot.restclient.RestTemplateCustomizer
Callback to customize a RestTemplate instance.
customize(T) - Method in interface org.springframework.boot.restclient.RestTemplateRequestCustomizer
Customize the specified ClientHttpRequest.
customizers(Collection) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the RestTemplateCustomizers that should be applied to the RestTemplate.
customizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the RestTemplateCustomizers that should be applied to the RestTemplate.

D

defaultHeader(String, String...) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Add a default header that will be set if not already present on the outgoing ClientHttpRequest.
defaultMessageConverters() - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate to the default set.
detectRequestFactory(boolean) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set if the ClientHttpRequestFactory should be detected based on the classpath.

E

errorHandler(ResponseErrorHandler) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the ResponseErrorHandler that should be used with the RestTemplate.
expand(String, Object...) - Method in class org.springframework.boot.restclient.RootUriTemplateHandler
 
expand(String, Map) - Method in class org.springframework.boot.restclient.RootUriTemplateHandler
 

F

fromBundle(String) - Method in interface org.springframework.boot.restclient.autoconfigure.RestClientSsl
Return a Consumer that will apply SSL configuration for the named SslBundle to a RestClient.Builder.
fromBundle(SslBundle) - Method in interface org.springframework.boot.restclient.autoconfigure.RestClientSsl
Return a Consumer that will apply SSL configuration for the SslBundle to a RestClient.Builder.

G

getRootUri() - Method in class org.springframework.boot.restclient.RootUriTemplateHandler
 

H

HttpMessageConvertersRestClientCustomizer - Class in org.springframework.boot.restclient.autoconfigure
RestClientCustomizer to apply HttpMessageConverters.
HttpMessageConvertersRestClientCustomizer(List) - Constructor for class org.springframework.boot.restclient.autoconfigure.HttpMessageConvertersRestClientCustomizer
 
HttpMessageConvertersRestClientCustomizer(ClientHttpMessageConvertersCustomizer...) - Constructor for class org.springframework.boot.restclient.autoconfigure.HttpMessageConvertersRestClientCustomizer
 
HttpServiceClientAutoConfiguration - Class in org.springframework.boot.restclient.autoconfigure.service
Auto-configuration for Spring HTTP Service clients backed by RestClient.
HttpServiceClientAutoConfiguration() - Constructor for class org.springframework.boot.restclient.autoconfigure.service.HttpServiceClientAutoConfiguration
 

I

interceptors(Collection) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the ClientHttpRequestInterceptors that should be used with the RestTemplate.
interceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the ClientHttpRequestInterceptors that should be used with the RestTemplate.

M

messageConverters(Iterable) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate.
messageConverters(HttpMessageConverter...) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate.

O

ObservationRestClientCustomizer - Class in org.springframework.boot.restclient.observation
RestClientCustomizer that configures the RestClient builder to record request observations.
ObservationRestClientCustomizer(ObservationRegistry, ClientRequestObservationConvention) - Constructor for class org.springframework.boot.restclient.observation.ObservationRestClientCustomizer
ObservationRestTemplateCustomizer - Class in org.springframework.boot.restclient.observation
RestTemplateCustomizer that configures the RestTemplate to record request observations.
ObservationRestTemplateCustomizer(ObservationRegistry, ClientRequestObservationConvention) - Constructor for class org.springframework.boot.restclient.observation.ObservationRestTemplateCustomizer
Create a new ObservationRestTemplateCustomizer.
org.springframework.boot.restclient - package org.springframework.boot.restclient
Web client utilities.
org.springframework.boot.restclient.autoconfigure - package org.springframework.boot.restclient.autoconfigure
Auto-configuration for RestClient.
org.springframework.boot.restclient.autoconfigure.service - package org.springframework.boot.restclient.autoconfigure.service
Auto-Configuration for Spring's Blocking HTTP Service Interface Clients.
org.springframework.boot.restclient.observation - package org.springframework.boot.restclient.observation
Observation integration for RestClient and RestTemplate.

R

readTimeout(Duration) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Sets the read timeout on the underlying ClientHttpRequestFactory.
redirects(HttpRedirects) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Sets the redirect strategy on the underlying ClientHttpRequestFactory.
requestCustomizers(Collection) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the RestTemplateRequestCustomizers that should be applied to the ClientHttpRequest.
requestCustomizers(RestTemplateRequestCustomizer...) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the RestTemplateRequestCustomizers that should be applied to the ClientHttpRequest.
requestFactory(Class) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the ClientHttpRequestFactory class that should be used with the RestTemplate.
requestFactory(Supplier) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the Supplier of ClientHttpRequestFactory that should be called each time we RestTemplateBuilder.build() a new RestTemplate instance.
requestFactoryBuilder() - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Return a ClientHttpRequestFactoryBuilder instance using the settings of this builder.
requestFactoryBuilder(ClientHttpRequestFactoryBuilder) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the ClientHttpRequestFactoryBuilder that should be used each time we RestTemplateBuilder.build() a new RestTemplate instance.
RestClientAutoConfiguration - Class in org.springframework.boot.restclient.autoconfigure
Auto-configuration for RestClient.
RestClientAutoConfiguration() - Constructor for class org.springframework.boot.restclient.autoconfigure.RestClientAutoConfiguration
 
RestClientBuilderConfigurer - Class in org.springframework.boot.restclient.autoconfigure
Configure RestClient.Builder with sensible defaults.
RestClientBuilderConfigurer() - Constructor for class org.springframework.boot.restclient.autoconfigure.RestClientBuilderConfigurer
 
RestClientCustomizer - Interface in org.springframework.boot.restclient
Callback interface that can be used to customize a RestClient.Builder.
RestClientObservationAutoConfiguration - Class in org.springframework.boot.restclient.autoconfigure
Configure the instrumentation of RestClient.
RestClientObservationAutoConfiguration() - Constructor for class org.springframework.boot.restclient.autoconfigure.RestClientObservationAutoConfiguration
 
RestClientSsl - Interface in org.springframework.boot.restclient.autoconfigure
Interface that can be used to apply SSL configuration to a RestClient.Builder.
RestTemplateAutoConfiguration - Class in org.springframework.boot.restclient.autoconfigure
Auto-configuration for RestTemplate (via RestTemplateBuilder).
RestTemplateAutoConfiguration() - Constructor for class org.springframework.boot.restclient.autoconfigure.RestTemplateAutoConfiguration
 
RestTemplateBuilder - Class in org.springframework.boot.restclient
Builder that can be used to configure and create a RestTemplate.
RestTemplateBuilder(RestTemplateCustomizer...) - Constructor for class org.springframework.boot.restclient.RestTemplateBuilder
Create a new RestTemplateBuilder instance.
RestTemplateBuilderConfigurer - Class in org.springframework.boot.restclient.autoconfigure
Configure RestTemplateBuilder with sensible defaults.
RestTemplateBuilderConfigurer() - Constructor for class org.springframework.boot.restclient.autoconfigure.RestTemplateBuilderConfigurer
 
RestTemplateCustomizer - Interface in org.springframework.boot.restclient
Callback interface that can be used to customize a RestTemplate.
RestTemplateObservationAutoConfiguration - Class in org.springframework.boot.restclient.autoconfigure
Configure the instrumentation of RestTemplate.
RestTemplateObservationAutoConfiguration() - Constructor for class org.springframework.boot.restclient.autoconfigure.RestTemplateObservationAutoConfiguration
 
RestTemplateRequestCustomizer<T> - Interface in org.springframework.boot.restclient
Callback interface that can be used to customize the ClientHttpRequest sent from a RestTemplate.
rootUri(String) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set a root URL that should be applied to each request that starts with '/'.
RootUriBuilderFactory - Class in org.springframework.boot.restclient
UriBuilderFactory to set the root for URI that starts with '/'.
RootUriBuilderFactory(String, UriTemplateHandler) - Constructor for class org.springframework.boot.restclient.RootUriBuilderFactory
Create an instance with the root URI to use.
RootUriTemplateHandler - Class in org.springframework.boot.restclient
UriTemplateHandler to set the root for URI that starts with '/'.
RootUriTemplateHandler(UriTemplateHandler) - Constructor for class org.springframework.boot.restclient.RootUriTemplateHandler
 

S

sslBundle(SslBundle) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Sets the SSL bundle on the underlying ClientHttpRequestFactory.

U

uriString(String) - Method in class org.springframework.boot.restclient.RootUriBuilderFactory
 
uriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
Set the UriTemplateHandler that should be used with the RestTemplate.
A B C D E F G H I M O R S U 
All Classes and Interfaces|All Packages