| 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.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 © 2022. All rights reserved.