| Modifier and Type | Method and Description |
|---|---|
static UrlConnectionHttpClient.Builder |
UrlConnectionHttpClient.builder() |
UrlConnectionHttpClient.Builder |
UrlConnectionHttpClient.Builder.connectionTimeout(Duration connectionTimeout)
The amount of time to wait when initially establishing a connection before giving up and timing out.
|
UrlConnectionHttpClient.Builder |
UrlConnectionHttpClient.Builder.proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfigurationBuilderConsumer)
Sets the http proxy configuration to use for this client.
|
UrlConnectionHttpClient.Builder |
UrlConnectionHttpClient.Builder.proxyConfiguration(ProxyConfiguration proxyConfiguration)
Configuration that defines how to communicate via an HTTP proxy.
|
UrlConnectionHttpClient.Builder |
UrlConnectionHttpClient.Builder.socketTimeout(Duration socketTimeout)
The amount of time to wait for data to be transferred over an established, open connection before the connection is
timed out.
|
UrlConnectionHttpClient.Builder |
UrlConnectionHttpClient.Builder.tlsKeyManagersProvider(TlsKeyManagersProvider tlsKeyManagersProvider)
Configure the
TlsKeyManagersProvider that will provide the KeyManagers to use
when constructing the SSL context. |
UrlConnectionHttpClient.Builder |
UrlConnectionHttpClient.Builder.tlsTrustManagersProvider(TlsTrustManagersProvider tlsTrustManagersProvider)
Configure the
TlsTrustManagersProvider that will provide the TrustManagers to use
when constructing the SSL context. |
Copyright © 2023. All rights reserved.