| Package | Description |
|---|---|
| com.ibm.cos.v2.http.crt | |
| com.ibm.cos.v2.http.crt.internal |
| 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() |
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.host(String host)
Set the hostname of the proxy.
|
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)
The password to use for basic proxy authentication
|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.port(int port)
Set the port that the proxy expects connections on.
|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.scheme(String scheme)
The HTTP scheme to use for connecting to the proxy.
|
ProxyConfiguration.Builder |
ProxyConfiguration.toBuilder() |
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.useEnvironmentVariableValues(Boolean useEnvironmentVariableValues)
Set the option whether to use environment variable values for
ProxyEnvironmentSetting if any of the config
options are missing. |
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.username(String username)
The username to use for basic proxy authentication
|
ProxyConfiguration.Builder |
ProxyConfiguration.Builder.useSystemPropertyValues(Boolean useSystemPropertyValues)
The option whether to use system property values from
ProxySystemSetting if any of the config options are
missing. |
| Modifier and Type | Method and Description |
|---|---|
AwsCrtHttpClient.Builder |
AwsCrtHttpClient.Builder.proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfigurationBuilderConsumer)
Sets the http proxy configuration to use for this client.
|
AwsCrtAsyncHttpClient.Builder |
AwsCrtAsyncHttpClient.Builder.proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfigurationBuilderConsumer)
Sets the http proxy configuration to use for this client.
|
| Modifier and Type | Method and Description |
|---|---|
BuilderT |
AwsCrtClientBuilderBase.proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfigurationBuilderConsumer) |
Copyright © 2026. All rights reserved.