ClientHttpRequestFactorySettings

Settings that can be applied when creating a ClientHttpRequestFactory.

Author

Andy Wilkinson

Phillip Webb

Scott Frederick

Since

3.0.0

Parameters

connectTimeout

the connect timeout

readTimeout

the read timeout

sslBundle

the SSL bundle providing SSL configuration

See also

Constructors

Link copied to clipboard
constructor(connectTimeout: Duration, readTimeout: Duration, bufferRequestBody: Boolean)
Create a new ClientHttpRequestFactorySettings instance.
constructor(connectTimeout: Duration, readTimeout: Duration, bufferRequestBody: Boolean, sslBundle: SslBundle)
Create a new ClientHttpRequestFactorySettings instance.

Properties

Link copied to clipboard
Use defaults for the ClientHttpRequestFactory which can differ depending on the implementation.

Functions

Link copied to clipboard
Returns whether request body buffering is used.
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
Has no effect as support for buffering has been removed in Spring Framework 6.1.
Link copied to clipboard
Return a new ClientHttpRequestFactorySettings instance with an updated connect timeout setting .
Link copied to clipboard
Return a new ClientHttpRequestFactorySettings instance with an updated read timeout setting.
Link copied to clipboard
Return a new ClientHttpRequestFactorySettings instance with an updated SSL bundle setting.