Java org.springframework.http.client OkHttp3ClientHttpRequestFactory fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.http.client OkHttp3ClientHttpRequestFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.http.client OkHttp3ClientHttpRequestFactory.

The text is from its open source code.

Constructor

OkHttp3ClientHttpRequestFactory(OkHttpClient client)
Create a factory with the given OkHttpClient instance.

Method

voidsetConnectTimeout(int connectTimeout)
Set the underlying connect timeout in milliseconds.
voidsetReadTimeout(int readTimeout)
Set the underlying read timeout in milliseconds.