Package org.springframework.boot.web.client

Web client utilities.

See: Description

  • Interface Summary 
    Interface Description
    RestTemplateCustomizer
    Callback interface that can be used to customize a RestTemplate.
    RestTemplateRequestCustomizer<T extends org.springframework.http.client.ClientHttpRequest>
    Callback interface that can be used to customize the ClientHttpRequest sent from a RestTemplate.
  • Class Summary 
    Class Description
    ClientHttpRequestFactorySupplier
    A supplier for ClientHttpRequestFactory that detects the preferred candidate based on the available implementations on the classpath.
    RestTemplateBuilder
    Builder that can be used to configure and create a RestTemplate.
    RootUriTemplateHandler
    UriTemplateHandler to set the root for URI that starts with '/'.

Package org.springframework.boot.web.client Description

Web client utilities.

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.