Java org.springframework.boot.web.client RestTemplateBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.web.client RestTemplateBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.web.client RestTemplateBuilder.

The text is from its open source code.

Field

Constructor

Method

RestTemplatebuild()
Build a new RestTemplate instance and configure it using this builder.
RestTemplateBuildersetConnectTimeout(Duration connectTimeout)
Sets the connection timeout on the underlying ClientHttpRequestFactory .
RestTemplateBuildersetReadTimeout(Duration readTimeout)
Sets the read timeout on the underlying ClientHttpRequestFactory .