static HttpClientProperties.HttpClientPropertiesBuilder |
HttpClientProperties.builder() |
Instantiates a new builder.
|
HttpClientProperties.HttpClientPropertiesBuilder |
HttpClientProperties.HttpClientPropertiesBuilder.keepAlive(boolean keepAlive) |
Set whether or not a custom connection keep-alive time should be used.
|
HttpClientProperties.HttpClientPropertiesBuilder |
HttpClientProperties.HttpClientPropertiesBuilder.maxConnectionsPerRoute(Integer maxConnections) |
Sets the maximum number of connections the client may keep open at the same time for the same route (endpoint).
|
HttpClientProperties.HttpClientPropertiesBuilder |
HttpClientProperties.HttpClientPropertiesBuilder.maxConnectionsTotal(Integer maxConnectionsTotal) |
Sets the total maximum number of connections the client may keep open at the same time.
|
HttpClientProperties.HttpClientPropertiesBuilder |
HttpClientProperties.HttpClientPropertiesBuilder.maxIdleTime(Integer maxIdleTime) |
Set the maximum time persistent connections can stay idle while kept alive in the connection pool.
|
HttpClientProperties.HttpClientPropertiesBuilder |
HttpClientProperties.HttpClientPropertiesBuilder.maxKeepAliveTime(Integer maxKeepAliveTime) |
Sets the time a connection can remain idle as part of the keep-alive strategy.
|
HttpClientProperties.HttpClientPropertiesBuilder |
HttpClientProperties.HttpClientPropertiesBuilder.proxy(org.apache.http.HttpHost proxy) |
Sets a proxy server to use for the client.
|