Uses of Interface
software.amazon.awssdk.http.crt.ProxyConfiguration.Builder
Packages that use ProxyConfiguration.Builder
-
Uses of ProxyConfiguration.Builder in software.amazon.awssdk.http.crt
Methods in software.amazon.awssdk.http.crt that return ProxyConfiguration.BuilderModifier and TypeMethodDescriptionProxyConfiguration.Builder.addNonProxyHost(String nonProxyHost) Add a host that the client is allowed to access without going through the proxy.static ProxyConfiguration.BuilderProxyConfiguration.builder()Set the hostname of the proxy.ProxyConfiguration.Builder.nonProxyHosts(Set<String> nonProxyHosts) Configure the hosts that the client is allowed to access without going through the proxy.The password to use for basic proxy authenticationProxyConfiguration.Builder.port(int port) Set the port that the proxy expects connections on.The HTTP scheme to use for connecting to the proxy.ProxyConfiguration.toBuilder()ProxyConfiguration.Builder.useEnvironmentVariableValues(Boolean useEnvironmentVariableValues) Set the option whether to use environment variable values forProxyEnvironmentSettingif any of the config options are missing.The username to use for basic proxy authenticationProxyConfiguration.Builder.useSystemPropertyValues(Boolean useSystemPropertyValues) The option whether to use system property values fromProxySystemSettingif any of the config options are missing.Method parameters in software.amazon.awssdk.http.crt with type arguments of type ProxyConfiguration.BuilderModifier and TypeMethodDescriptionAwsCrtAsyncHttpClient.Builder.proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfigurationBuilderConsumer) Sets the http proxy configuration to use for this client.AwsCrtHttpClient.Builder.proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfigurationBuilderConsumer) Sets the http proxy configuration to use for this client. -
Uses of ProxyConfiguration.Builder in software.amazon.awssdk.http.crt.internal
Method parameters in software.amazon.awssdk.http.crt.internal with type arguments of type ProxyConfiguration.BuilderModifier and TypeMethodDescriptionAwsCrtClientBuilderBase.proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfigurationBuilderConsumer)