Example usage for org.springframework.http.client HttpComponentsClientHttpRequestFactory setReadTimeout

List of usage examples for org.springframework.http.client HttpComponentsClientHttpRequestFactory setReadTimeout

Introduction

In this page you can find the example usage for org.springframework.http.client HttpComponentsClientHttpRequestFactory setReadTimeout.

Prototype

public void setReadTimeout(int timeout) 

Source Link

Document

Set the socket read timeout for the underlying RequestConfig .

Usage