| Package | Description |
|---|---|
| com.ibm.cos.v2.crtcore | |
| com.ibm.cos.v2.http.crt |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CrtProxyConfiguration.DefaultBuilder<B extends CrtProxyConfiguration.Builder> |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CrtProxyConfiguration.DefaultBuilder<B extends CrtProxyConfiguration.Builder> |
| Modifier and Type | Method and Description |
|---|---|
CrtProxyConfiguration.Builder |
CrtProxyConfiguration.Builder.addNonProxyHost(String nonProxyHost)
Add a host that the client is allowed to access without going through the proxy.
|
CrtProxyConfiguration.Builder |
CrtProxyConfiguration.Builder.host(String host)
Set the hostname of the proxy.
|
CrtProxyConfiguration.Builder |
CrtProxyConfiguration.Builder.nonProxyHosts(Set<String> nonProxyHosts)
Configure the hosts that the client is allowed to access without going through the proxy.
|
CrtProxyConfiguration.Builder |
CrtProxyConfiguration.Builder.password(String password)
The password to use for basic proxy authentication
|
CrtProxyConfiguration.Builder |
CrtProxyConfiguration.Builder.port(int port)
Set the port that the proxy expects connections on.
|
CrtProxyConfiguration.Builder |
CrtProxyConfiguration.Builder.scheme(String scheme)
The HTTP scheme to use for connecting to the proxy.
|
CrtProxyConfiguration.Builder |
CrtProxyConfiguration.Builder.useEnvironmentVariableValues(Boolean useEnvironmentVariableValues)
The option whether to use environment variable values from
ProxySystemSetting if any of the config options are
missing. |
CrtProxyConfiguration.Builder |
CrtProxyConfiguration.Builder.username(String username)
The username to use for basic proxy authentication
|
CrtProxyConfiguration.Builder |
CrtProxyConfiguration.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 | Interface and Description |
|---|---|
static interface |
ProxyConfiguration.Builder
Builder for
ProxyConfiguration. |
Copyright © 2026. All rights reserved.