Package software.amazon.awssdk.http.crt
Class ProxyConfiguration
java.lang.Object
software.amazon.awssdk.crtcore.CrtProxyConfiguration
software.amazon.awssdk.http.crt.ProxyConfiguration
- All Implemented Interfaces:
 ToCopyableBuilder<ProxyConfiguration.Builder,ProxyConfiguration> 
public final class ProxyConfiguration
extends CrtProxyConfiguration
implements ToCopyableBuilder<ProxyConfiguration.Builder,ProxyConfiguration> 
Proxy configuration for 
AwsCrtAsyncHttpClient. This class is used to configure an HTTPS or HTTP proxy to be used by the
 AwsCrtAsyncHttpClient.- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic ProxyConfiguration.Builderbuilder()Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.awssdk.crtcore.CrtProxyConfiguration
equals, hashCode, host, isUseEnvironmentVariableValues, nonProxyHosts, password, port, scheme, usernameMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<ProxyConfiguration.Builder,ProxyConfiguration> - Returns:
 - a builder for type T
 
 - 
builder
 
 -