Uses of Interface
software.amazon.awssdk.crtcore.CrtProxyConfiguration.Builder
-
Uses of CrtProxyConfiguration.Builder in software.amazon.awssdk.crtcore
Classes in software.amazon.awssdk.crtcore with type parameters of type CrtProxyConfiguration.BuilderModifier and TypeClassDescriptionprotected static classClasses in software.amazon.awssdk.crtcore that implement CrtProxyConfiguration.BuilderModifier and TypeClassDescriptionprotected static classMethods in software.amazon.awssdk.crtcore that return CrtProxyConfiguration.BuilderModifier and TypeMethodDescriptionCrtProxyConfiguration.Builder.addNonProxyHost(String nonProxyHost) Add a host that the client is allowed to access without going through the proxy.Set the hostname of the proxy.CrtProxyConfiguration.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 authenticationCrtProxyConfiguration.Builder.port(int port) Set the port that the proxy expects connections on.The HTTP scheme to use for connecting to the proxy.CrtProxyConfiguration.Builder.useEnvironmentVariableValues(Boolean useEnvironmentVariableValues) The option whether to use environment variable values fromProxySystemSettingif any of the config options are missing.The username to use for basic proxy authenticationCrtProxyConfiguration.Builder.useSystemPropertyValues(Boolean useSystemPropertyValues) The option whether to use system property values fromProxySystemSettingif any of the config options are missing.