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

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.http.client.SimpleClientHttpRequestFactory has subclasses.
Click this link to see all its subclasses.

Constructor

Method

ClientHttpRequestcreateRequest(URI uri, HttpMethod httpMethod)
voidsetBufferRequestBody(boolean bufferRequestBody)
Indicate whether this request factory should buffer the ClientHttpRequest#getBody() request body internally.
voidsetConnectTimeout(int connectTimeout)
Set the underlying URLConnection's connect timeout (in milliseconds).
voidsetProxy(Proxy proxy)
Set the Proxy to use for this request factory.
voidsetReadTimeout(int readTimeout)
Set the underlying URLConnection's read timeout (in milliseconds).
voidsetTaskExecutor(AsyncListenableTaskExecutor taskExecutor)
Set the task executor for this request factory.