| Package | Description |
|---|---|
| software.amazon.awssdk.http.nio.netty |
| Modifier and Type | Method and Description |
|---|---|
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)
Set the set of hosts that should not be proxied.
|
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() |
Copyright © 2019. All rights reserved.