| Modifier and Type | Method and Description |
|---|---|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.addNonProxyHost(String nonProxyHost)
Add a host that the client is allowed to access without going through the proxy.
|
static ProxyConfiguration.Builder |
ProxyConfiguration.builder()
Create a
ProxyConfiguration.Builder, used to create a ProxyConfiguration. |
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.endpoint(URI endpoint)
Configure the endpoint of the proxy server that the SDK should connect through.
|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.nonProxyHosts(Set<String> nonProxyHosts)
Configure the hosts that the client is allowed to access without going through the proxy.
|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.password(String password)
Configure the password to use when connecting through a proxy.
|
ProxyConfiguration.Builder |
ProxyConfiguration.toBuilder() |
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.username(String username)
Configure the username to use when connecting through a proxy.
|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.useSystemPropertyValues(Boolean useSystemPropertyValues)
Option whether to use system property values from
ProxySystemSetting if any of the config options are missing. |
| Modifier and Type | Method and Description |
|---|---|
UrlConnectionHttpClient.Builder |
UrlConnectionHttpClient.Builder.proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfigurationBuilderConsumer)
Sets the http proxy configuration to use for this client.
|
Copyright © 2023. All rights reserved.